From 2db198e7c4d89e0deae92ea96de8799d81defae8 Mon Sep 17 00:00:00 2001 From: kmdreko Date: Tue, 3 Nov 2015 18:14:22 -0600 Subject: [PATCH] Remove unneeded call --- src/interface/viewport.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/interface/viewport.c b/src/interface/viewport.c index 62602ce656..2d6fbbb253 100644 --- a/src/interface/viewport.c +++ b/src/interface/viewport.c @@ -293,10 +293,6 @@ void gfx_move_screen_rect(int x, int y, int width, int height, int dx, int dy) if (dx == 0 && dy == 0) return; - // I have seen no advantages of having this function nor disadvantages from - // leaving it out. Kept in for completeness - sub_683326(x, y, x + width - 1, y + height - 1); - // get screen info rct_drawpixelinfo *screenDPI = RCT2_ADDRESS(RCT2_ADDRESS_SCREEN_DPI, rct_drawpixelinfo);