events: Remove unused function declaration

This commit is contained in:
Frank Praznik 2025-01-10 11:23:54 -05:00
parent 715897aea7
commit 0e2ca934b5
No known key found for this signature in database
1 changed files with 0 additions and 3 deletions

View File

@ -25,7 +25,4 @@
// This function only correctly maps letters and numbers for keyboards in US QWERTY layout
extern SDL_Scancode SDL_GetScancodeFromKeySym(Uint32 keysym, Uint32 keycode);
// Convert a keysym to an extended SDL key code
extern SDL_Keycode SDL_GetExtendedKeyCodeFromKeySym(Uint32 keysym);
#endif // SDL_keysym_to_scancode_c_h_