aboutsummaryrefslogtreecommitdiff
path: root/gui/console.cpp
diff options
context:
space:
mode:
authorMax Horn2003-09-05 20:18:32 +0000
committerMax Horn2003-09-05 20:18:32 +0000
commit4240dcbe34a8eb9975bf9ed3404e94cea6ba0bcb (patch)
tree33828fae66fde906fb639423561cd8cff41ca9df /gui/console.cpp
parentf8f678d98d7b92580d94e79636e8eef3594c28a6 (diff)
downloadscummvm-rg350-4240dcbe34a8eb9975bf9ed3404e94cea6ba0bcb.tar.gz
scummvm-rg350-4240dcbe34a8eb9975bf9ed3404e94cea6ba0bcb.tar.bz2
scummvm-rg350-4240dcbe34a8eb9975bf9ed3404e94cea6ba0bcb.zip
removed outdated comments
svn-id: r10015
Diffstat (limited to 'gui/console.cpp')
-rw-r--r--gui/console.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/gui/console.cpp b/gui/console.cpp
index a5c71dffc4..775fce0422 100644
--- a/gui/console.cpp
+++ b/gui/console.cpp
@@ -24,18 +24,6 @@
#include "common/engine.h"
-/*
-
- _ _ _ _ _ _
-| | | |_ __ __| | ___ _ __ ___ ___ _ __ ___| |_ _ __ _ _ ___| |_(_) ___ _ __
-| | | | '_ \ / _` |/ _ \ '__| / __/ _ \| '_ \/ __| __| '__| | | |/ __| __| |/ _ \| '_ \
-| |_| | | | | (_| | __/ | | (_| (_) | | | \__ \ |_| | | |_| | (__| |_| | (_) | | | |
- \___/|_| |_|\__,_|\___|_| \___\___/|_| |_|___/\__|_| \__,_|\___|\__|_|\___/|_| |_|
-
-This code is not finished, so please don't complain :-)
-
-*/
-
#define PROMPT ") "
@@ -44,7 +32,6 @@ This code is not finished, so please don't complain :-)
* Instead, we could just copy the GFX of the blank console (i.e. after the transparent
* background is drawn, before any text is drawn). Then using that, it becomes trivial
* to erase a single character, do scrolling etc.
- * - add a scrollbar widget to allow scrolling in the history
* - a *lot* of others things, this code is in no way complete and heavily under progress
*/
ConsoleDialog::ConsoleDialog(NewGui *gui, int _realWidth)