aboutsummaryrefslogtreecommitdiff
path: root/gui/dialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/dialog.cpp')
-rw-r--r--gui/dialog.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/gui/dialog.cpp b/gui/dialog.cpp
index 7434118404..408387b662 100644
--- a/gui/dialog.cpp
+++ b/gui/dialog.cpp
@@ -153,14 +153,6 @@ void Dialog::releaseFocus() {
}
}
-void Dialog::markAsDirty() {
- //TANOKU - FIXME when is this enabled? what does this do?
- // Update: called on tab drawing, mainly...
- // we can pass this as open a new dialog or something
-// g_gui._needRedraw = true;
- g_gui._redrawStatus = GUI::GuiManager::kRedrawTopDialog;
-}
-
void Dialog::markWidgetsAsDirty() {
Widget *w = _firstWidget;
while (w) {