diff options
author | Andrey Nazarov <skuller@skuller.net> | 2012-07-24 20:58:02 +0400 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2012-07-24 20:58:02 +0400 |
commit | bbaf5e130a68e0a435065cf177294bade69511bc (patch) | |
tree | 4e6809ae1950e434e2bb111d5340a97e75b3d0f2 /src/client/input.c | |
parent | 7294f4a70981ea084148ab75f35a25af8d993213 (diff) |
Remove most of ‘#if USE_UI’ tests.
Diffstat (limited to 'src/client/input.c')
-rw-r--r-- | src/client/input.c | 2 |
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 } /* |