diff options
-rw-r--r-- | engines/hdb/hdb.cpp | 1 | ||||
-rw-r--r-- | engines/hdb/menu.cpp | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/engines/hdb/hdb.cpp b/engines/hdb/hdb.cpp index b0065b855c..3f85cf68c2 100644 --- a/engines/hdb/hdb.cpp +++ b/engines/hdb/hdb.cpp @@ -482,7 +482,6 @@ void HDBGame::moveMap(int x, int y) { // PLAYER is trying to use this entity void HDBGame::useEntity(AIEntity *e) { - warning("STUB: HDBGame::useEntity incomplete"); AIEntity *p, temp; bool added; diff --git a/engines/hdb/menu.cpp b/engines/hdb/menu.cpp index 29be8f1ab4..97415066a5 100644 --- a/engines/hdb/menu.cpp +++ b/engines/hdb/menu.cpp @@ -1260,11 +1260,9 @@ void Menu::processInput(int x, int y) { } void Menu::controlsInput(int x, int y) { - warning("STUB: Menu: controlsInput"); } void Menu::controlsDraw() { - warning("STUB: Menu: controlsDraw"); } void Menu::drawNebula() { |