summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/xf86MuTouch.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/xf86MuTouch.c b/src/xf86MuTouch.c
index ea9a83f..4d5b7c2 100644
--- a/src/xf86MuTouch.c
+++ b/src/xf86MuTouch.c
@@ -57,13 +57,7 @@
#include "xf86Xinput.h"
#include "exevents.h"
-#ifdef XFree86LOADER
#include "xf86Module.h"
-#endif
-
-
-
-
/*
***************************************************************************
@@ -1357,7 +1351,6 @@ _X_EXPORT InputDriverRec MUTOUCH = {
0 /* ref count */
};
-#ifdef XFree86LOADER
static pointer
Plug(pointer module,
pointer options,
@@ -1394,5 +1387,3 @@ static XF86ModuleVersionInfo version_rec = {
* Do not change it.
*/
_X_EXPORT XF86ModuleData mutouchModuleData = { &version_rec, Plug, Unplug };
-#endif
-