diff options
Diffstat (limited to 'hw/xnest/Color.c')
-rw-r--r-- | hw/xnest/Color.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/xnest/Color.c b/hw/xnest/Color.c index 76e71aeee..61b560800 100644 --- a/hw/xnest/Color.c +++ b/hw/xnest/Color.c @@ -30,8 +30,6 @@ is" without express or implied warranty. #include "XNWindow.h" #include "Args.h" -#define lowbit(x) ((x) & (~(x) + 1)) - static ColormapPtr InstalledMaps[MAXSCREENS]; Bool xnestCreateColormap(pCmap) |