diff --git a/test/testautomation_hints.c b/test/testautomation_hints.c index b9589fcd50..95cbe2a792 100644 --- a/test/testautomation_hints.c +++ b/test/testautomation_hints.c @@ -14,7 +14,6 @@ static const char *HintsEnum[] = { SDL_HINT_MOUSE_RELATIVE_MODE_WARP, SDL_HINT_ORIENTATIONS, SDL_HINT_RENDER_DIRECT3D_THREADSAFE, - SDL_HINT_RENDER_DRIVER, SDL_HINT_RENDER_VSYNC, SDL_HINT_TIMER_RESOLUTION, SDL_HINT_VIDEO_ALLOW_SCREENSAVER, @@ -32,7 +31,6 @@ static const char *HintsVerbose[] = { "SDL_MOUSE_RELATIVE_MODE_WARP", "SDL_ORIENTATIONS", "SDL_RENDER_DIRECT3D_THREADSAFE", - "SDL_RENDER_DRIVER", "SDL_RENDER_VSYNC", "SDL_TIMER_RESOLUTION", "SDL_VIDEO_ALLOW_SCREENSAVER",