aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Keystroke.h
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2017-03-23 22:18:16 +0100
committerUlrich Sibiller <uli42@gmx.de>2017-04-03 21:28:10 +0200
commit4adb1911ff60abfb8c61b1677c2c225c54f156f1 (patch)
tree14135f52375ed58a950d84ee2a3ce7bed532c80f /nx-X11/programs/Xserver/hw/nxagent/Keystroke.h
parentc693df127f0bd8911b7621ccb75ecdd458aad3d3 (diff)
downloadnx-libs-4adb1911ff60abfb8c61b1677c2c225c54f156f1.tar.gz
nx-libs-4adb1911ff60abfb8c61b1677c2c225c54f156f1.tar.bz2
nx-libs-4adb1911ff60abfb8c61b1677c2c225c54f156f1.zip
Keystroke.h/Keyboard.h: cleanup mask variables
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Keystroke.h')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Keystroke.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Keystroke.h b/nx-X11/programs/Xserver/hw/nxagent/Keystroke.h
index 48ed65b35..f8b4feb2f 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Keystroke.h
+++ b/nx-X11/programs/Xserver/hw/nxagent/Keystroke.h
@@ -30,8 +30,6 @@
extern Bool nxagentCheckSpecialKeystroke(XKeyEvent*, enum HandleEventResult*);
-unsigned int nxagentAltMetaMask;
-
/* keep this sorted, do not rely on any numerical value in this enum, and be aware
* that KEYSTROKE_MAX may be used in a malloc */