diff --git a/src/sdl/i_video.c b/src/sdl/i_video.c index 39a2c5ef..6c88910e 100644 --- a/src/sdl/i_video.c +++ b/src/sdl/i_video.c @@ -1327,6 +1327,7 @@ void I_UpdateNoBlit(void) // from PrBoom's src/SDL/i_video.c static inline boolean I_SkipFrame(void) { +#if 0 static boolean skip = false; if (rendermode != render_soft) @@ -1345,6 +1346,8 @@ static inline boolean I_SkipFrame(void) default: return false; } +#endif + return false; } //