gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server character.cpp


From: Udo Giacomozzi
Subject: [Gnash-commit] gnash/server character.cpp
Date: Thu, 22 Feb 2007 17:25:26 +0000

CVSROOT:        /cvsroot/gnash
Module name:    gnash
Changes by:     Udo Giacomozzi <udog>   07/02/22 17:25:26

Modified files:
        server         : character.cpp 

Log message:
        Remove my commented-out code

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/character.cpp?cvsroot=gnash&r1=1.20&r2=1.21

Patches:
Index: character.cpp
===================================================================
RCS file: /cvsroot/gnash/gnash/server/character.cpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- character.cpp       20 Feb 2007 10:00:48 -0000      1.20
+++ character.cpp       22 Feb 2007 17:25:25 -0000      1.21
@@ -18,7 +18,7 @@
 //
 //
 
-/* $Id: character.cpp,v 1.20 2007/02/20 10:00:48 strk Exp $ */
+/* $Id: character.cpp,v 1.21 2007/02/22 17:25:25 udog Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -174,7 +174,6 @@
   // Set the invalidated-flag of the parent. Note this does not mean that
   // the parent must re-draw itself, it just means that one of it's childs
   // needs to be re-drawn.
-       //if ( m_parent ) m_parent->set_invalidated();  
        if ( m_parent ) m_parent->set_child_invalidated(); 
   
   




reply via email to

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