summaryrefslogtreecommitdiffstats
path: root/win/tkWinKey.c
diff options
context:
space:
mode:
Diffstat (limited to 'win/tkWinKey.c')
-rw-r--r--win/tkWinKey.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/win/tkWinKey.c b/win/tkWinKey.c
index a8257af..1c636dc 100644
--- a/win/tkWinKey.c
+++ b/win/tkWinKey.c
@@ -165,14 +165,12 @@ XKeycodeToKeysym(
KeySym
XkbKeycodeToKeysym(
- Display *display,
+ TCL_UNUSED(Display *),
unsigned int keycode,
- int group,
+ TCL_UNUSED(int),
int index)
{
int state = 0;
- (void)display;
- (void)group;
if (index & 0x01) {
state |= ShiftMask;