[totem] browser-plugin: Remove unused variables



commit 921ac53cb8ecb62e9baad1cb497a842717f7e6ad
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Mar 22 16:02:59 2013 +0100

    browser-plugin: Remove unused variables

 browser-plugin/Makefile.am |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/browser-plugin/Makefile.am b/browser-plugin/Makefile.am
index a8b04af..45428e5 100644
--- a/browser-plugin/Makefile.am
+++ b/browser-plugin/Makefile.am
@@ -76,9 +76,6 @@ totem-plugin-viewer-resources.c: totem-plugin-viewer.gresource.xml $(resource_fi
 totem-plugin-viewer-resources.h: totem-plugin-viewer.gresource.xml $(resource_files)
        $(AM_V_GEN) glib-compile-resources --target=$@ --sourcedir=$(srcdir) --generate-header --c-name 
totem_plugin_viewer $<
 
-# Are we a bit thick, Mister?
-totem-plugin-viewer.c: $(MARSHAL_FILES)
-
 totem_plugin_viewer_SOURCES = \
        totem-glow-button.c             \
        totem-glow-button.h             \
@@ -86,8 +83,7 @@ totem_plugin_viewer_SOURCES = \
        totem-plugin-viewer.c           \
        totem-plugin-viewer-constants.h \
        totem-plugin-viewer-options.h   \
-       $(BUILT_SOURCES)                \
-       $(MARSHAL_FILES)
+       $(BUILT_SOURCES)
 
 totem_plugin_viewer_CPPFLAGS = \
        -DGNOMELOCALEDIR="\"$(datadir)/locale\""        \


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