X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fandroid%2Ffg_main_android.c;fp=src%2Fandroid%2Ffg_main_android.c;h=15d31e62394f347e777ef0668d71c002d0ab24dc;hb=b08e8e8fbedd2df556da4897b1473ac26270cb48;hp=cf2690b2d5485164a6ad9aa2477aae905f1e5941;hpb=75ee380e8ec27aad5c793bb8d966efd927d82cba;p=freeglut diff --git a/src/android/fg_main_android.c b/src/android/fg_main_android.c index cf2690b..15d31e6 100644 --- a/src/android/fg_main_android.c +++ b/src/android/fg_main_android.c @@ -28,7 +28,6 @@ #include #include "fg_internal.h" -#include "fg_main.h" #include "egl/fg_window_egl.h" #include @@ -139,22 +138,6 @@ static unsigned char key_ascii(struct android_app* app, AInputEvent* event) { return ascii; } -/* - * Request a window resize - */ -void fgPlatformReshapeWindow ( SFG_Window *window, int width, int height ) -{ - fprintf(stderr, "fgPlatformReshapeWindow: STUB\n"); -} - -/* - * A static helper function to execute display callback for a window - */ -void fgPlatformDisplayWindow ( SFG_Window *window ) -{ - fghRedrawWindow ( window ) ; -} - unsigned long fgPlatformSystemTime ( void ) { struct timeval now;