diff options
author | Tomas Carnecky <tom@dbservice.com> | 2009-03-20 16:19:34 +0100 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-03-23 16:06:32 +1000 |
commit | 4e0d7cc506b661b5e5cedf8be6e17aa4c8075aa8 (patch) | |
tree | 73b444c77166cfe77b102e186d40fedadf63384d | |
parent | 836864b65794dc0954a01245e418e714cead8125 (diff) |
FID, whatever that was, isn't anymore
No traces of FID in the xserver nor in the modules listed in
util/modular/xorg.modules
Signed-off-by: Tomas Carnecky <tom@dbservice.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | include/os.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/os.h b/include/os.h index df5c73a4f..7da31a5ad 100644 --- a/include/os.h +++ b/include/os.h @@ -52,8 +52,6 @@ SOFTWARE. #include "misc.h" #include <stdarg.h> -#define NullFID ((FID) 0) - #define SCREEN_SAVER_ON 0 #define SCREEN_SAVER_OFF 1 #define SCREEN_SAVER_FORCER 2 @@ -66,7 +64,6 @@ SOFTWARE. #define MAX_BIG_REQUEST_SIZE 4194303 #endif -typedef pointer FID; typedef struct _FontPathRec *FontPathPtr; typedef struct _NewClientRec *NewClientPtr; |