From 4e0d7cc506b661b5e5cedf8be6e17aa4c8075aa8 Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Fri, 20 Mar 2009 16:19:34 +0100 Subject: [PATCH] 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 Signed-off-by: Peter Hutterer --- include/os.h | 3 --- 1 file changed, 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 -#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;