summaryrefslogtreecommitdiff
path: root/hw/xfree86/dummylib/dixprivates.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xfree86/dummylib/dixprivates.c')
-rw-r--r--hw/xfree86/dummylib/dixprivates.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/hw/xfree86/dummylib/dixprivates.c b/hw/xfree86/dummylib/dixprivates.c
deleted file mode 100644
index 0c1376dfa..000000000
--- a/hw/xfree86/dummylib/dixprivates.c
+++ /dev/null
@@ -1,19 +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"
-
-/*
- * Utility functions required by libxf86_os.
- */
-
-pointer *
-dixAllocatePrivate(PrivateRec **privates, const DevPrivateKey key)
-{
- return NULL; /* not used */
-}
-