summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uisimulator/x11/button-x11.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/uisimulator/x11/button-x11.c b/uisimulator/x11/button-x11.c
index 8187125dff..30daf6a3b7 100644
--- a/uisimulator/x11/button-x11.c
+++ b/uisimulator/x11/button-x11.c
@@ -159,9 +159,6 @@ static int get_raw_button (void)
159 159
160 if(repeat) 160 if(repeat)
161 k |= BUTTON_REPEAT; 161 k |= BUTTON_REPEAT;
162
163 if(k)
164 DEBUGF("key: %08x\n", k);
165 return k; 162 return k;
166} 163}
167 164