Delete unused variable

This commit is contained in:
Thilo Schulz 2011-01-31 22:09:47 +00:00
parent 0baadba7d1
commit fa8201c9b6

View file

@ -702,7 +702,6 @@ void Sys_PlatformInit( void )
{ {
#ifndef DEDICATED #ifndef DEDICATED
TIMECAPS ptc; TIMECAPS ptc;
UINT res;
const char *SDL_VIDEODRIVER = getenv( "SDL_VIDEODRIVER" ); const char *SDL_VIDEODRIVER = getenv( "SDL_VIDEODRIVER" );