From 1a35dffad7156592c6e983776b470a4108960bd3 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 7 May 2011 19:38:20 +0000 Subject: Removed a number of unused variables to make gcc 4.6 happy. --- src/client/keyboard.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/client/keyboard.cc') diff --git a/src/client/keyboard.cc b/src/client/keyboard.cc index 7486ff3..c2b3827 100644 --- a/src/client/keyboard.cc +++ b/src/client/keyboard.cc @@ -547,13 +547,10 @@ void Keyboard::list_binds() unsigned int Keyboard::translate_keysym(int keysym, int modifier) { - bool shift = false; - bool numlock = false; // keypad keys if (modifier & KMOD_NUM) { - numlock = true; switch (keysym) { case SDLK_KP0: return '0'; -- cgit v1.2.3