aboutsummaryrefslogtreecommitdiffstats
path: root/include/ui.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2017-09-07 21:48:11 -0400
committerClyne Sullivan <tullivan99@gmail.com>2017-09-07 21:48:11 -0400
commit35fbb7daa975d643ba98a32c5466a9dc93864527 (patch)
tree6248722503eefeeeff4714a415a2f0b0bf12f16c /include/ui.hpp
parentc3e164c6845b9b32f132aa37cc9707acba0d9eff (diff)
event order fixes
Diffstat (limited to 'include/ui.hpp')
-rw-r--r--include/ui.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ui.hpp b/include/ui.hpp
index bfa2fdd..61c06cf 100644
--- a/include/ui.hpp
+++ b/include/ui.hpp
@@ -130,8 +130,6 @@ namespace ui {
*/
void takeScreenshot(GLubyte *pixels);
-
- bool handleGLEvent(SDL_Event& e);
}
#endif // UI_HPP_