mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-25 01:59:56 +00:00
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:
committed by
Peter Hutterer
parent
4e0d7cc506
commit
62183a06e5
@@ -984,9 +984,6 @@ DestroySubwindows(WindowPtr pWin, ClientPtr client)
|
||||
return Success;
|
||||
}
|
||||
|
||||
#define DeviceEventMasks (KeyPressMask | KeyReleaseMask | ButtonPressMask | \
|
||||
ButtonReleaseMask | PointerMotionMask)
|
||||
|
||||
/*****
|
||||
* ChangeWindowAttributes
|
||||
*
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user