summaryrefslogtreecommitdiff
path: root/src/client/input.c
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2012-07-24 20:58:02 +0400
committerAndrey Nazarov <skuller@skuller.net>2012-07-24 20:58:02 +0400
commitbbaf5e130a68e0a435065cf177294bade69511bc (patch)
tree4e6809ae1950e434e2bb111d5340a97e75b3d0f2 /src/client/input.c
parent7294f4a70981ea084148ab75f35a25af8d993213 (diff)
Remove most of ‘#if USE_UI’ tests.
Diffstat (limited to 'src/client/input.c')
-rw-r--r--src/client/input.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/input.c b/src/client/input.c
index 5281815..57cdf16 100644
--- a/src/client/input.c
+++ b/src/client/input.c
@@ -221,9 +221,7 @@ void IN_MouseEvent(int x, int y)
if (input.hide_cursor == HIDE_SHOW_NC)
input.hide_cursor = HIDE_SHOW;
-#if USE_UI
UI_MouseEvent(x, y);
-#endif
}
/*