wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/src theme.cpp


From: Guillaume Melquiond
Subject: [Wesnoth-cvs-commits] wesnoth/src theme.cpp
Date: Sat, 11 Sep 2004 05:00:28 -0400

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Guillaume Melquiond <address@hidden>    04/09/11 08:55:13

Modified files:
        src            : theme.cpp 

Log message:
        Remove debug messages

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/theme.cpp.diff?tr1=1.15&tr2=1.16&r1=text&r2=text

Patches:
Index: wesnoth/src/theme.cpp
diff -u wesnoth/src/theme.cpp:1.15 wesnoth/src/theme.cpp:1.16
--- wesnoth/src/theme.cpp:1.15  Sun Aug 15 20:25:11 2004
+++ wesnoth/src/theme.cpp       Sat Sep 11 08:55:13 2004
@@ -284,13 +284,13 @@
        const config::child_list& menu_list = cfg.get_children("menu");
        for(config::child_list::const_iterator m = menu_list.begin(); m != 
menu_list.end(); ++m) {
                const menu new_menu(**m);
-               std::cerr << "adding menu: " << (new_menu.is_context() ? "is 
context" : "not context") << "\n";
+               //std::cerr << "adding menu: " << (new_menu.is_context() ? "is 
context" : "not context") << "\n";
                if(new_menu.is_context())
                        context_ = new_menu;
                else
                        menus_.push_back(new_menu);
 
-               std::cerr << "done adding menu...\n";
+               //std::cerr << "done adding menu...\n";
        }
 
        return result;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]