From 7969221919ad4d948b08dfd48a44aaa4b02a1b01 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 5 Oct 2019 19:08:57 +0200 Subject: [PATCH] Remove two unused variables --- gfx/video_crt_switch.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gfx/video_crt_switch.c b/gfx/video_crt_switch.c index 37986b7156..ce34e837a5 100644 --- a/gfx/video_crt_switch.c +++ b/gfx/video_crt_switch.c @@ -38,8 +38,6 @@ static unsigned ra_core_height = 0; static unsigned ra_tmp_width = 0; static unsigned ra_tmp_height = 0; static unsigned ra_set_core_hz = 0; -static unsigned orig_width = 0; -static unsigned orig_height = 0; static int crt_center_adjust = 0; static int crt_tmp_center_adjust = 0; static double p_clock = 0;