summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorTomas Carnecky <tom@dbservice.com>2009-03-20 16:19:33 +0100
committerPeter Hutterer <peter.hutterer@who-t.net>2009-03-23 16:06:34 +1000
commit62183a06e5f72a18abc3d58c4bf5658a20ece217 (patch)
treed05161b9f4c18319a5cfb9a4725a6e11bd642e38 /os
parent4e0d7cc506b661b5e5cedf8be6e17aa4c8075aa8 (diff)
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>
Diffstat (limited to 'os')
-rw-r--r--os/connection.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/os/connection.c b/os/connection.c
index 14c91b541..a6270b38a 100644
--- a/os/connection.c
+++ b/os/connection.c
@@ -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;