aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/user_interface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/user_interface.cpp')
-rw-r--r--engines/mads/user_interface.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/mads/user_interface.cpp b/engines/mads/user_interface.cpp
index d229c39c26..c371f3d837 100644
--- a/engines/mads/user_interface.cpp
+++ b/engines/mads/user_interface.cpp
@@ -149,7 +149,6 @@ void UISlots::draw(bool updateFlag, bool delFlag) {
_vm->_screen.setPointer(&userInterface);
userInterface.setBounds(Common::Rect(0, scene._interfaceY,
MADS_SCREEN_WIDTH - 1, userInterface.h + scene._interfaceY - 1));
- warning("TODO: sub_111C8 / sub_1146C");
for (uint idx = 0; idx < size(); ++idx) {
DirtyArea &dirtyArea = userInterface._dirtyAreas[idx];
@@ -162,8 +161,6 @@ void UISlots::draw(bool updateFlag, bool delFlag) {
_vm->_screen.copyRectToScreen(r);
}
}
-
- warning("TODO: sub 115A2 / sub111D3");
}
// Post-processing to remove slots no longer needed