diff options
-rw-r--r-- | backends/platform/android/android.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/platform/android/android.cpp b/backends/platform/android/android.cpp index ba574564b4..9f57eb3fb5 100644 --- a/backends/platform/android/android.cpp +++ b/backends/platform/android/android.cpp @@ -480,7 +480,6 @@ bool OSystem_Android::pollEvent(Common::Event &event) { switch (event.type) { case Common::EVENT_MOUSEMOVE: - // TODO: only dirty/redraw move bounds _force_redraw = true; // fallthrough case Common::EVENT_LBUTTONDOWN: |