CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/06/19 14:21:28

Modified files:
        server         : timers.h 

Log message:
        remove unused struct definition

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/timers.h?cvsroot=gnash&r1=1.22&r2=1.23

Patches:
Index: timers.h
===================================================================
RCS file: /sources/gnash/gnash/server/timers.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- timers.h    16 Jun 2007 09:07:35 -0000      1.22
+++ timers.h    19 Jun 2007 14:21:28 -0000      1.23
@@ -43,11 +43,6 @@
 
 namespace gnash {
   
-  struct variable {
-    std::string name;
-    as_value value;
-  };
-
 /// An interval timer.
 //
 /// This is constructed when _global.setInterval() is called.


_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to