[Bugfix] Removed one #ifdef/#endif, it broke compilation with X 1.5 source


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3605 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/unix/xserver/hw/vnc/XserverDesktop.cc b/unix/xserver/hw/vnc/XserverDesktop.cc
index db47392..fa4172e 100644
--- a/unix/xserver/hw/vnc/XserverDesktop.cc
+++ b/unix/xserver/hw/vnc/XserverDesktop.cc
@@ -1011,9 +1011,7 @@
 
 void XserverDesktop::keyEvent(rdr::U32 keysym, bool down)
 {
-#ifdef XORG_16
   DeviceIntPtr master;
-#endif
   KeyClassPtr keyc = vncKeyboardDevice->key;
   KeySymsPtr keymap = &keyc->curKeySyms;
   unsigned int i, n;