HDB: Remove redundant warning

This commit is contained in:
Nipun Garg 2019-07-13 04:06:26 +05:30 committed by Eugene Sandulenko
parent c5bc56b331
commit 812a8c7c9d

View file

@ -188,7 +188,6 @@ void Input::stylusDown(int x, int y) {
g_hdb->setTargetXY(worldX, worldY);
break;
case GAME_LOADING:
debug(9, "stylusDown: GAME_LOADING found");
break;
}
}