test: remove unused variables and typedefs

This commit is contained in:
Christian Rauch 2021-03-26 22:49:28 +00:00 committed by Sam Lantinga
parent 3f25704592
commit b972258d56
6 changed files with 17 additions and 29 deletions

View file

@ -47,10 +47,8 @@ keyboard_getKeyboardState(void *arg)
int
keyboard_getKeyboardFocus(void *arg)
{
SDL_Window* window;
/* Call, but ignore return value */
window = SDL_GetKeyboardFocus();
SDL_GetKeyboardFocus();
SDLTest_AssertPass("Call to SDL_GetKeyboardFocus()");
return TEST_COMPLETED;