diff options
author | marha <marha@users.sourceforge.net> | 2010-11-04 14:59:02 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-11-04 14:59:02 +0000 |
commit | f09a61a21adc235294fc01bca8a12db7cf005025 (patch) | |
tree | 6ab2619122291269242c02426e12470b08ca03dd | |
parent | 46f5ae54c4a898002c80b2183ec8ed16dc922d06 (diff) | |
download | vcxsrv-f09a61a21adc235294fc01bca8a12db7cf005025.tar.gz vcxsrv-f09a61a21adc235294fc01bca8a12db7cf005025.tar.bz2 vcxsrv-f09a61a21adc235294fc01bca8a12db7cf005025.zip |
Define XWIN_GLX_WINDOWS is not used anymore
-rw-r--r-- | xorg-server/hw/xwin/InitOutput.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xorg-server/hw/xwin/InitOutput.c b/xorg-server/hw/xwin/InitOutput.c index 377877ba9..59b5bc141 100644 --- a/xorg-server/hw/xwin/InitOutput.c +++ b/xorg-server/hw/xwin/InitOutput.c @@ -866,10 +866,8 @@ winUseMsg (void) ErrorF ("-[no]unixkill\n"
"\tCtrl+Alt+Backspace exits the X Server.\n");
-#ifdef XWIN_GLX_WINDOWS
ErrorF ("-[no]wgl\n"
"\tEnable the GLX extension to use the native Windows WGL interface for accelerated OpenGL\n");
-#endif
ErrorF ("-[no]winkill\n"
"\tAlt+F4 exits the X Server.\n");
|