EGL: implement fgPlatformSetWindow
[freeglut] / src / android / fg_window_android.c
index 0dec205..1b601ab 100644 (file)
@@ -92,11 +92,6 @@ void fgPlatformCloseWindow( SFG_Window* window )
   /* Window pre-created by Android, no way to delete it */
 }
 
-void fgPlatformSetWindow ( SFG_Window *window )
-{
-  /* TODO: only a single window possible? */
-}
-
 /*
  * This function makes the current window visible
  */