diff options
Diffstat (limited to 'xorg-server/hw/xfree86/dummylib/xf86info.c')
-rw-r--r-- | xorg-server/hw/xfree86/dummylib/xf86info.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/xorg-server/hw/xfree86/dummylib/xf86info.c b/xorg-server/hw/xfree86/dummylib/xf86info.c deleted file mode 100644 index 7db6817c3..000000000 --- a/xorg-server/hw/xfree86/dummylib/xf86info.c +++ /dev/null @@ -1,12 +0,0 @@ -#ifdef HAVE_XORG_CONFIG_H -#include <xorg-config.h> -#endif - -#include <X11/X.h> -#include "os.h" -#include "xf86.h" -#include "xf86Priv.h" - -/* Dummy variables */ -xf86InfoRec xf86Info; - |