gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server/vm action.cpp


From: Sandro Santilli
Subject: [Gnash-commit] gnash/server/vm action.cpp
Date: Thu, 22 Mar 2007 11:38:57 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/03/22 11:38:57

Modified files:
        server/vm      : action.cpp 

Log message:
        get rid of #if 0'ed out block

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/vm/action.cpp?cvsroot=gnash&r1=1.10&r2=1.11

Patches:
Index: action.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/vm/action.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- action.cpp  19 Mar 2007 17:11:14 -0000      1.10
+++ action.cpp  22 Mar 2007 11:38:57 -0000      1.11
@@ -230,14 +230,6 @@
 
        try 
        {
-#if 0 // C_FUNCTION values do not exist anymore !
-               if ( as_c_function_ptr func = method.to_c_function() )
-               {
-                   // It's a C function.  Call it.
-                   (*func)(call);
-               }
-               else
-#endif // C_FUNCTION values do not exist anymore !
                if ( as_function* as_func = method.to_as_function() )
                {
                    // It's an ActionScript function.  Call it.




reply via email to

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