[PATCH mutouch 01/10] unifdef XFree86LOADER

Peter Hutterer peter.hutterer at who-t.net
Thu Dec 2 15:10:30 PST 2010


Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 src/xf86MuTouch.c |    9 ---------
 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
-
-- 
1.7.3.2



More information about the xorg-devel mailing list