aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.cpp')
-rw-r--r--src/ui.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/ui.cpp b/src/ui.cpp
index 4eed4a3..78baa68 100644
--- a/src/ui.cpp
+++ b/src/ui.cpp
@@ -613,20 +613,6 @@ namespace ui {
fclose(bmp);
}
-
- bool handleGLEvent(SDL_Event& e) {
- switch (e.type) {
- case SDL_MOUSEBUTTONDOWN:
- if ((UISystem::isDialog() | pageTexReady) && (e.button.button & SDL_BUTTON_RIGHT))
- UISystem::advanceDialog();
- return true;
- break;
- default:
- break;
- }
-
- return false;
- }
}
using namespace ui;