Revert "Cleanups"

This reverts commit 0021970c16.
This commit is contained in:
twinaphex 2017-04-24 12:25:00 +02:00
parent 8a215ce30e
commit 023599366c
1 changed files with 0 additions and 2 deletions

View File

@ -774,8 +774,6 @@ static bool video_driver_init_internal(void)
goto error;
}
video.real_width = 0;
video.real_height = 0;
video.width = width;
video.height = height;
video.fullscreen = settings->video.fullscreen;