gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server/swf tag_loaders.cpp


From: Sandro Santilli
Subject: [Gnash-commit] gnash/server/swf tag_loaders.cpp
Date: Sun, 10 Dec 2006 23:46:38 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/12/10 23:46:38

Modified files:
        server/swf     : tag_loaders.cpp 

Log message:
        place_object_2::get_depth_id_of_replace_or_add_tag was not unused, 
actually 
        was a override from execute_tag.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/swf/tag_loaders.cpp?cvsroot=gnash&r1=1.63&r2=1.64

Patches:
Index: tag_loaders.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/swf/tag_loaders.cpp,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -b -r1.63 -r1.64
--- tag_loaders.cpp     10 Dec 2006 23:33:36 -0000      1.63
+++ tag_loaders.cpp     10 Dec 2006 23:46:38 -0000      1.64
@@ -18,7 +18,7 @@
 //
 //
 
-/* $Id: tag_loaders.cpp,v 1.63 2006/12/10 23:33:36 strk Exp $ */
+/* $Id: tag_loaders.cpp,v 1.64 2006/12/10 23:46:38 strk Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -1137,9 +1137,7 @@
            }
        }
     
-#if 0
        /// "depth_id" is the 16-bit depth & id packed into one 32-bit int.
-       // TODO: check why .. THIS FUNCTION SEEMS UNUSED!
        virtual uint32  get_depth_id_of_replace_or_add_tag() const
        {
            if (m_place_type == PLACE || m_place_type == REPLACE)
@@ -1158,7 +1156,6 @@
                    return (uint32) -1;
                }
        }
-#endif
 };
 
 




reply via email to

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