aboutsummaryrefslogtreecommitdiff
path: root/gui/dialog.cpp
diff options
context:
space:
mode:
authorMax Horn2002-09-10 11:52:37 +0000
committerMax Horn2002-09-10 11:52:37 +0000
commit5a017878400417173e5580da47dae59d648d2a4c (patch)
treeb66b2d1185e588f3a90de4b3ed6f961dc1ce10d8 /gui/dialog.cpp
parente6a2c598431d6f908ee7e704f03574e3be46b7ae (diff)
downloadscummvm-rg350-5a017878400417173e5580da47dae59d648d2a4c.tar.gz
scummvm-rg350-5a017878400417173e5580da47dae59d648d2a4c.tar.bz2
scummvm-rg350-5a017878400417173e5580da47dae59d648d2a4c.zip
removing debug message
svn-id: r4922
Diffstat (limited to 'gui/dialog.cpp')
-rw-r--r--gui/dialog.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/dialog.cpp b/gui/dialog.cpp
index dff03934f2..2d155690dc 100644
--- a/gui/dialog.cpp
+++ b/gui/dialog.cpp
@@ -85,7 +85,6 @@ void Dialog::open()
}
if (w) {
- printf("Setting default focus\n");
w->receivedFocus();
_focusedWidget = w;
}