diff --git a/gfx/video_driver.c b/gfx/video_driver.c index 94e007b899..0020d6c086 100644 --- a/gfx/video_driver.c +++ b/gfx/video_driver.c @@ -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;