X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=keys.h;h=7841e9d007df0354807ad4664fb96ca807907e8e;hb=488b7ca992fae90208c97528dc077a3b6155347c;hp=a84eb4c6f7cced9246b4faaf430ffb851467ed28;hpb=4e863679a571cdf161e7e9a047dc0351e0a5eea6;p=xonotic%2Fdarkplaces.git diff --git a/keys.h b/keys.h index a84eb4c6..7841e9d0 100644 --- a/keys.h +++ b/keys.h @@ -378,7 +378,6 @@ void Key_Shutdown(void); void Key_Init_Cvars(void); void Key_Event(int key, int ascii, qboolean down); void Key_ReleaseAll (void); -void Key_ClearStates (void); // FIXME: should this function still exist? Or should Key_ReleaseAll be used instead when shutting down a vid driver? void Key_EventQueue_Block(void); void Key_EventQueue_Unblock(void);