gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/gui gtk.cpp


From: Benjamin Wolsey
Subject: [Gnash-commit] gnash/gui gtk.cpp
Date: Sun, 10 Feb 2008 18:34:52 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Benjamin Wolsey <bwy>   08/02/10 18:34:52

Modified files:
        gui            : gtk.cpp 

Log message:
        Don't leave an unused variable.

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

Patches:
Index: gtk.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/gtk.cpp,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -b -r1.142 -r1.143
--- gtk.cpp     10 Feb 2008 18:28:20 -0000      1.142
+++ gtk.cpp     10 Feb 2008 18:34:52 -0000      1.143
@@ -17,7 +17,7 @@
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 //
 
-/* $Id: gtk.cpp,v 1.142 2008/02/10 18:28:20 bwy Exp $ */
+/* $Id: gtk.cpp,v 1.143 2008/02/10 18:34:52 bwy Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "gnashconfig.h"
@@ -452,7 +452,7 @@
     gtk_widget_show (separator1);
     gtk_container_add (GTK_CONTAINER (_popup_menu), separator1);
 
-    if (media::sound_handler *s = get_sound_handler()) {
+    if (/*media::sound_handler *s = */ get_sound_handler()) {
         GtkCheckMenuItem *menuitem_sound =
             
GTK_CHECK_MENU_ITEM(gtk_check_menu_item_new_with_label(_("Sound")));
         // Set toggle inactive if an active sound handler is muted at start 
(can't




reply via email to

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