removed unused function parameter
[rocksndiamonds.git] / src / tools.c
index ed5264200a07a1415739c24a03ba971fd39bb2e5..627c77c61f842840eefe6ca162e4482776df9728 100644 (file)
@@ -4603,7 +4603,7 @@ static int RequestHandleEvents(unsigned int req_state, int draw_buffer_game)
 
          case EVENT_KEYPRESS:
          {
-           Key key = GetEventKey((KeyEvent *)&event, TRUE);
+           Key key = GetEventKey((KeyEvent *)&event);
 
            switch (key)
            {