ANDROID: Remove leftover TODO

Resolved with a93229c and 2721e28
This commit is contained in:
dhewg 2011-03-13 22:41:07 +01:00
parent 79d991081d
commit 2dd669d808

View file

@ -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: