gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server movie_root.h


From: Sandro Santilli
Subject: [Gnash-commit] gnash/server movie_root.h
Date: Thu, 22 Nov 2007 21:48:09 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/11/22 21:48:09

Modified files:
        server         : movie_root.h 

Log message:
        remove debugging output on stop_drag

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/movie_root.h?cvsroot=gnash&r1=1.90&r2=1.91

Patches:
Index: movie_root.h
===================================================================
RCS file: /sources/gnash/gnash/server/movie_root.h,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -b -r1.90 -r1.91
--- movie_root.h        21 Nov 2007 17:11:52 -0000      1.90
+++ movie_root.h        22 Nov 2007 21:48:09 -0000      1.91
@@ -15,7 +15,7 @@
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-/* $Id: movie_root.h,v 1.90 2007/11/21 17:11:52 strk Exp $ */
+/* $Id: movie_root.h,v 1.91 2007/11/22 21:48:09 strk Exp $ */
 
 /// \page events_handling Handling of user events
 ///
@@ -285,7 +285,6 @@
 
     void stop_drag()
     {
-        log_msg("stop_drag called");
         m_drag_state.reset();
     }
 




reply via email to

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