diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-05-25 02:08:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-05-25 02:08:50 +0300 |
commit | 1437254152868e8fa3f11d5b5f08dd3ee5d89ee4 (patch) | |
tree | 8cfe61959c3cf6fa1a7c28ed31b2440c6b3b7070 /src/CMakeLists.txt | |
parent | 971159bb7102962299543d323798fbf43185899a (diff) | |
download | plus-1437254152868e8fa3f11d5b5f08dd3ee5d89ee4.tar.gz plus-1437254152868e8fa3f11d5b5f08dd3ee5d89ee4.tar.bz2 plus-1437254152868e8fa3f11d5b5f08dd3ee5d89ee4.tar.xz plus-1437254152868e8fa3f11d5b5f08dd3ee5d89ee4.zip |
Switch in replaceAOGLColor into using custom despatcher.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1e558f861..d0fa5f27a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -642,9 +642,6 @@ SET(SRCS resources/dye/dyepalette.h resources/dye/dyepalette_replaceacolor.cpp resources/dye/dyepalette_replaceaoglcolor.cpp - resources/dye/dyepalette_replaceaoglcolor_avx2.hpp - resources/dye/dyepalette_replaceaoglcolor_default.hpp - resources/dye/dyepalette_replaceaoglcolor_sse2.hpp resources/dye/dyepalette_replacescolor.cpp resources/dye/dyepalette_replacesoglcolor.cpp resources/dye/dyepaletteptr.h |