gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog server/dlist.cpp


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog server/dlist.cpp
Date: Mon, 10 Sep 2007 09:07:24 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/09/10 09:07:24

Modified files:
        .              : ChangeLog 
        server         : dlist.cpp 

Log message:
                * server/dlist.cpp (reset): remove unused variable.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4257&r2=1.4258
http://cvs.savannah.gnu.org/viewcvs/gnash/server/dlist.cpp?cvsroot=gnash&r1=1.90&r2=1.91

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.4257
retrieving revision 1.4258
diff -u -b -r1.4257 -r1.4258
--- ChangeLog   10 Sep 2007 08:21:05 -0000      1.4257
+++ ChangeLog   10 Sep 2007 09:07:23 -0000      1.4258
@@ -1,3 +1,7 @@
+2007-09-10 Sandro Santilli <address@hidden>
+
+       * server/dlist.cpp (reset): remove unused variable.
+       
 2007-09-10 Zou Lunkai <address@hidden>
 
        * testsuite/misc-ming.all/Makefile.am: enable tow old testcases.
@@ -9,10 +13,10 @@
        * server/fill_style.cpp: Correct handling of morph fills.
        * server/styles.cpp: Correct handling of morph colors.
        * server/parser/morph2_character_def.cpp: Remove @@hack
-       *   line, and fix underlying problem instead. Should fix
-       *   bug #19085. Morph and Morph2 shapes now work correctly.
+         line, and fix underlying problem instead. Should fix
+         bug #19085. Morph and Morph2 shapes now work correctly.
        * server/parser/shape_character_def.cpp: Be sure to read
-       *   on alignment where needed.
+         on alignment where needed.
 
 2007-09-09  Rob Savoye  <address@hidden>
 

Index: server/dlist.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/dlist.cpp,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -b -r1.90 -r1.91
--- server/dlist.cpp    7 Sep 2007 14:49:10 -0000       1.90
+++ server/dlist.cpp    10 Sep 2007 09:07:24 -0000      1.91
@@ -576,8 +576,6 @@
 {
        testInvariant();
 
-       bool call_unload = true;
-
        //GNASH_REPORT_FUNCTION;
 
        // 1. Find all "timeline depth" for the target frame, querying the




reply via email to

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