From d10fdd4904121ab7ea42c25bc62ec03dd4ba45a0 Mon Sep 17 00:00:00 2001 From: Ted John Date: Mon, 5 Sep 2016 20:54:22 +0100 Subject: [PATCH] Remove unread variable --- src/input.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/input.c b/src/input.c index 125737bc62..bae0a149b6 100644 --- a/src/input.c +++ b/src/input.c @@ -15,7 +15,6 @@ #pragma endregion #include -#include "addresses.h" #include "audio/audio.h" #include "config.h" #include "cursors.h" @@ -1054,7 +1053,6 @@ void process_mouse_over(int x, int y) if (window != NULL) { widgetId = window_find_widget_from_point(window, x, y); - RCT2_GLOBAL(0x1420046, sint16) = (widgetId & 0xFFFF); if (widgetId != -1) { switch (window->widgets[widgetId].type){