Remove two unused variables

This commit is contained in:
twinaphex 2019-10-05 19:08:57 +02:00
parent 918b0619d0
commit 7969221919

View File

@ -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;