diff options
Diffstat (limited to 'xserver/hw/xwin/InitInput.c')
-rw-r--r-- | xserver/hw/xwin/InitInput.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xserver/hw/xwin/InitInput.c b/xserver/hw/xwin/InitInput.c index ae837e8c5..f121d055e 100644 --- a/xserver/hw/xwin/InitInput.c +++ b/xserver/hw/xwin/InitInput.c @@ -37,9 +37,7 @@ * Local function prototypes */ -#ifdef XWIN_CLIPBOARD int winProcEstablishConnection(ClientPtr /* client */ ); -#endif /* * Local global declarations @@ -109,7 +107,6 @@ InitInput(int argc, char *argv[]) winDebug("InitInput\n"); #endif -#ifdef XWIN_CLIPBOARD /* * Wrap some functions at every generation of the server. */ @@ -117,7 +114,6 @@ InitInput(int argc, char *argv[]) winProcEstablishConnectionOrig = InitialVector[2]; InitialVector[2] = winProcEstablishConnection; } -#endif if (AllocDevicePair(serverClient, "Windows", &g_pwinPointer, &g_pwinKeyboard, |