From 4240dcbe34a8eb9975bf9ed3404e94cea6ba0bcb Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 5 Sep 2003 20:18:32 +0000 Subject: removed outdated comments svn-id: r10015 --- gui/console.cpp | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'gui/console.cpp') 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) -- cgit v1.2.3