[Tizen] Support Autoconf 2.71
[platform/upstream/SDL.git] / test / testautomation_video.c
index 7c5b983..7b86cfb 100644 (file)
@@ -897,9 +897,6 @@ video_getWindowId(void *arg)
 int
 video_getWindowPixelFormat(void *arg)
 {
-#if defined(SDL_VIDEO_DRIVER_WAYLAND) || defined(SDL_VIDEO_DRIVER_TIZEN)
-  return TEST_UNSUPPORTED;
-#endif
   const char* title = "video_getWindowPixelFormat Test Window";
   SDL_Window* window;
   Uint32 format;