From 023599366c7e6b535fe9e208bd53c7810c78e728 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 24 Apr 2017 12:25:00 +0200 Subject: [PATCH] Revert "Cleanups" This reverts commit 0021970c16b7dec9ebf3b54785e3f597d09b7e50. --- gfx/video_driver.c | 2 -- 1 file changed, 2 deletions(-) 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;