Author: tschmitz
Date: Tue Aug  2 12:13:38 2011
New Revision: 50554

URL: http://svn.gna.org/viewcvs/wesnoth?rev=50554&view=rev
Log:
Removed debug chat msg on whiteboard activation.

Modified:
    trunk/src/whiteboard/manager.cpp

Modified: trunk/src/whiteboard/manager.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/whiteboard/manager.cpp?rev=50554&r1=50553&r2=50554&view=diff
==============================================================================
--- trunk/src/whiteboard/manager.cpp (original)
+++ trunk/src/whiteboard/manager.cpp Tue Aug  2 12:13:38 2011
@@ -79,6 +79,7 @@
 
 void manager::print_help_once()
 {
+#if 0
        if (!print_help_once_)
                return;
        else
@@ -113,6 +114,7 @@
                hotkeys << "Move later: " << hk_bump_down.get_name() << ", ";
        }
        print_to_chat("HOTKEYS:", hotkeys.str() + "\n");
+#endif
 }
 
 void manager::set_active(bool active)


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to