X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffg_main.c;h=2bc8435c819488ea20b7a4bde464efe239af8fa1;hb=7557578d8d1f6f0e091a7df25c8d1ab573ad8867;hp=9acfc31c9390df39e5475a8d9dfc585481b4546d;hpb=bac05204a224d9cabe6b7d52c00d2e0601825cb4;p=freeglut diff --git a/src/fg_main.c b/src/fg_main.c index 9acfc31..2bc8435 100644 --- a/src/fg_main.c +++ b/src/fg_main.c @@ -74,8 +74,6 @@ static void fghReshapeWindow ( SFG_Window *window, int width, int height ) fgPlatformReshapeWindow ( window, width, height ); - INVOKE_WCB( *window, Reshape, ( width, height ) ); - /* * Force a window redraw. In Windows at least this is only a partial * solution: if the window is increasing in size in either dimension,