From f10da5d664f2411fbac42481246da894845f35f6 Mon Sep 17 00:00:00 2001 From: aliaspider Date: Wed, 10 Dec 2014 13:10:25 +0100 Subject: cleanups --- video.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'video.c') diff --git a/video.c b/video.c index d083fac..0978d09 100644 --- a/video.c +++ b/video.c @@ -3140,10 +3140,6 @@ render_scanline_window_builder(bitmap); static const u32 active_layers[6] = { 0x1F, 0x17, 0x1C, 0x14, 0x14, 0x14 }; -u32 small_resolution_width = 240; -u32 small_resolution_height = 160; -u32 resolution_width, resolution_height; - void update_scanline() { u32 pitch = get_screen_pitch(); @@ -3195,11 +3191,6 @@ void update_scanline() affine_reference_y[1] += (s16)io_registers[REG_BG3PD]; } -video_scale_type screen_scale = scaled_aspect; -video_scale_type current_scale = scaled_aspect; -video_filter_type screen_filter = filter_bilinear; - - #define video_savestate_builder(type) \ void video_##type##_savestate(void) \ { \ -- cgit v1.2.3