Remove two unused defines in C files

These two defines were defined in C files but not used anywhere:

  dix/window.c      #define DeviceEventMasks (KeyPressMask | [...]
  os/connection.c   #define MAXFD 500

Signed-off-by: Tomas Carnecky <tom@dbservice.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Tomas Carnecky 2009-03-20 16:19:33 +01:00 committed by Peter Hutterer
parent 4e0d7cc506
commit 62183a06e5
2 changed files with 0 additions and 4 deletions

View File

@ -984,9 +984,6 @@ DestroySubwindows(WindowPtr pWin, ClientPtr client)
return Success;
}
#define DeviceEventMasks (KeyPressMask | KeyReleaseMask | ButtonPressMask | \
ButtonReleaseMask | PointerMotionMask)
/*****
* ChangeWindowAttributes
*

View File

@ -172,7 +172,6 @@ int *ConnectionTranslation = NULL;
#define MAXSOCKS 500
#undef MAXSELECT
#define MAXSELECT 500
#define MAXFD 500
struct _ct_node {
struct _ct_node *next;