Cleanup: dead colormap flags removed

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3432 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2009-12-16 05:23:28 +00:00
parent 977bb03b05
commit bcb20a36c0
-8
View File
@@ -26,14 +26,6 @@
#define NUMBER_OF_PLUTVALS 256
#define PLUT_BYTE_SIZE (PLUTVAL_BYTE_SIZE * NUMBER_OF_PLUTVALS)
#define BUILD_FRAME (1 << 0)
#define FIND_PAGE (1 << 1)
#define FIRST_BATCH (1 << 2)
#define GRAB_OTHER (1 << 3)
#define COLOR_CYCLE (1 << 4)
#define CYCLE_PENDING (1 << 5)
#define ENABLE_CYCLE (1 << 6)
#define FADE_NO_INTENSITY 0
#define FADE_NORMAL_INTENSITY 255
#define FADE_FULL_INTENSITY 510