PC_SYS_MAPPED is unused, remove it.

This commit is contained in:
Rémi Assailly 2004-12-15 10:49:27 +00:00 committed by Alexandre Julliard
parent 25a3ff6a1a
commit 4fd0c5fdcf
1 changed files with 0 additions and 1 deletions

View File

@ -89,7 +89,6 @@ typedef struct tagBITMAPOBJ
#define PC_SYS_USED 0x80 /* palentry is used (both system and logical) */
#define PC_SYS_RESERVED 0x40 /* system palentry is not to be mapped to */
#define PC_SYS_MAPPED 0x10 /* logical palentry is a direct alias for system palentry */
typedef struct tagPALETTEOBJ
{