CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Isaac Clerencia <[EMAIL PROTECTED]> 04/08/31 13:19:43
Modified files:
src : about.cpp
Log message:
Removing forgotten debug code
< Ce`dric> isaac: what is this woo thingie, btw. Forgotten debug code?
< isaac> Ce`dric: oops
< isaac> Ce`dric: sure :P
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/about.cpp.diff?tr1=1.55&tr2=1.56&r1=text&r2=text
Patches:
Index: wesnoth/src/about.cpp
diff -u wesnoth/src/about.cpp:1.55 wesnoth/src/about.cpp:1.56
--- wesnoth/src/about.cpp:1.55 Tue Aug 31 12:00:24 2004
+++ wesnoth/src/about.cpp Tue Aug 31 13:19:43 2004
@@ -1,4 +1,4 @@
-/* $Id: about.cpp,v 1.55 2004/08/31 12:00:24 isaaccp Exp $ */
+/* $Id: about.cpp,v 1.56 2004/08/31 13:19:43 isaaccp Exp $ */
/*
Copyright (C) 2003 by David White <[EMAIL PROTECTED]>
Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net
@@ -221,10 +221,6 @@
void show_about(display& disp)
{
- static const std::string woo[] = {
- _("- Main Developer"),
- "- "};
- std::cerr << woo[0] << std::endl;
std::vector<std::string> text = get_text();
SDL_Rect rect = {0, 0, disp.x(), disp.y()};