gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/gui gnash.cpp


From: Sandro Santilli
Subject: [Gnash-commit] gnash/gui gnash.cpp
Date: Sat, 23 Sep 2006 11:33:38 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/09/23 11:33:37

Modified files:
        gui            : gnash.cpp 

Log message:
        removed unused variable

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/gnash.cpp?cvsroot=gnash&r1=1.38&r2=1.39

Patches:
Index: gnash.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/gnash.cpp,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -b -r1.38 -r1.39
--- gnash.cpp   23 Sep 2006 11:20:55 -0000      1.38
+++ gnash.cpp   23 Sep 2006 11:33:37 -0000      1.39
@@ -155,8 +155,7 @@
     map<string, string> params;
     
     unsigned long windowid = 0;
-    bool do_render = true, do_sound = false, sdl_abort = true, 
-        background = true, do_loop = true;
+    bool do_render = true, do_sound = false, background = true, do_loop = true;
     unsigned int  delay = 0;
     float scale = 1.0f, exit_timeout = 0;
     long int width = 0, height = 0;




reply via email to

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