Author: ilor
Date: Sat Jul 26 22:50:36 2008
New Revision: 28232

URL: http://svn.gna.org/viewcvs/wesnoth?rev=28232&view=rev
Log:
rv accidental debug that was commited

Modified:
    trunk/src/mouse_handler_base.cpp

Modified: trunk/src/mouse_handler_base.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/mouse_handler_base.cpp?rev=28232&r1=28231&r2=28232&view=diff
==============================================================================
--- trunk/src/mouse_handler_base.cpp (original)
+++ trunk/src/mouse_handler_base.cpp Sat Jul 26 22:50:36 2008
@@ -137,7 +137,6 @@
                dragging_started_ = false;
                cursor::set_dragging(false);
                if (right_click_before_menu(event.x, event.y, browse)) {
-                       LOG_STREAM(warn, display) << "RMB context menu...\n";
                        gui().draw(); // redraw highlight (and maybe some more)
                        const theme::menu* const m = 
gui().get_theme().context_menu();
                        if (m != NULL)


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

Reply via email to