X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.c;h=f0d73e7311e9e102686a56319b8c4ce59e4f7df9;hb=f47abfa991814f09bfc5e388f284663bd23e2829;hp=ecfc7fccf92f20733dbeb2b4fc97f542b3460016;hpb=4dad971280a07058d01449d5e6db2b036470015d;p=rocksndiamonds.git diff --git a/src/libgame/system.c b/src/libgame/system.c index ecfc7fcc..f0d73e73 100644 --- a/src/libgame/system.c +++ b/src/libgame/system.c @@ -55,7 +55,6 @@ boolean keyrepeat_status = TRUE; #endif int redraw_mask = REDRAW_NONE; -int redraw_tiles = 0; int FrameCounter = 0; @@ -801,11 +800,6 @@ void KeyboardAutoRepeatOff(void) #endif } -boolean PointerInWindow(DrawWindow *window) -{ - return TRUE; -} - boolean SetVideoMode(boolean fullscreen) { return SDLSetVideoMode(&backbuffer, fullscreen);