[Scummvm-cvs-logs] CVS: scummvm/gui console.cpp,1.28,1.29

Max Horn fingolfin at users.sourceforge.net
Fri Sep 5 13:19:06 CEST 2003


Update of /cvsroot/scummvm/scummvm/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv25271

Modified Files:
	console.cpp 
Log Message:
removed outdated comments

Index: console.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/console.cpp,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- console.cpp	28 Aug 2003 19:46:52 -0000	1.28
+++ console.cpp	5 Sep 2003 20:18:32 -0000	1.29
@@ -24,18 +24,6 @@
 
 #include "common/engine.h"
 
-/*
-
- _   _           _                                 _                   _   _             
-| | | |_ __   __| | ___ _ __    ___ ___  _ __  ___| |_ _ __ _   _  ___| |_(_) ___  _ __  
-| | | | '_ \ / _` |/ _ \ '__|  / __/ _ \| '_ \/ __| __| '__| | | |/ __| __| |/ _ \| '_ \ 
-| |_| | | | | (_| |  __/ |    | (_| (_) | | | \__ \ |_| |  | |_| | (__| |_| | (_) | | | |
- \___/|_| |_|\__,_|\___|_|     \___\___/|_| |_|___/\__|_|   \__,_|\___|\__|_|\___/|_| |_|
-                                                                                         
-This code is not finished, so please don't complain :-)
-
-*/
-
 
 #define PROMPT	") "
 
@@ -44,7 +32,6 @@
  *   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)





More information about the Scummvm-git-logs mailing list