aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2005-03-08 00:44:58 +0000
committerMax Horn2005-03-08 00:44:58 +0000
commit2b786cdc59c9b8f668e7e2a443050ef19baef246 (patch)
tree8454425e988988034c7e6d4811410c01ecf4dfc9
parent5379f74ab3224eddcfb2b68fb6ba4d45fb158d07 (diff)
downloadscummvm-rg350-2b786cdc59c9b8f668e7e2a443050ef19baef246.tar.gz
scummvm-rg350-2b786cdc59c9b8f668e7e2a443050ef19baef246.tar.bz2
scummvm-rg350-2b786cdc59c9b8f668e7e2a443050ef19baef246.zip
Remove outdated comment
svn-id: r17031
-rw-r--r--scumm/dialogs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/dialogs.h b/scumm/dialogs.h
index 05ba1c08d7..82ca94f3eb 100644
--- a/scumm/dialogs.h
+++ b/scumm/dialogs.h
@@ -167,8 +167,6 @@ public:
/**
* A dialog used to display the music volume / text speed.
- * Given a label string, and a float value in the range of 0.0 to 1.0,
- * it will display a corresponding graphic.
* Automatically closes after a brief time passed.
*/
class ValueDisplayDialog : public GUI::Dialog {