aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gph/gph-events.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/gph/gph-events.cpp')
-rw-r--r--backends/platform/gph/gph-events.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/platform/gph/gph-events.cpp b/backends/platform/gph/gph-events.cpp
index 91ea30bdc9..2a6237c794 100644
--- a/backends/platform/gph/gph-events.cpp
+++ b/backends/platform/gph/gph-events.cpp
@@ -253,7 +253,6 @@ bool OSystem_GPH::handleMouseButtonUp(SDL_Event &ev, Common::Event &event) {
event.type = Common::EVENT_MOUSEMOVE;
else
event.type = Common::EVENT_LBUTTONUP; /* For normal mice etc. */
-
}
else if (ev.button.button == SDL_BUTTON_RIGHT)
event.type = Common::EVENT_RBUTTONUP;