[evince/wip/app] shell: Remove unused marshalers



commit ea132fed4dbc866f78fc6fb41bb82f7d8b75ab0f
Author: Christian Persch <chpe gnome org>
Date:   Thu Jun 14 00:04:18 2012 +0200

    shell: Remove unused marshalers
    
    Since there was only the one, also remove the whole glib-genmarshal setup.
    If we ever need another non-stock marshaler, we'll just use the new glib
    generic marshaler.

 shell/Makefile.am     |   12 ------------
 shell/ev-marshal.list |    1 -
 2 files changed, 0 insertions(+), 13 deletions(-)
---
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 1ea2e9e..d9bc921 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -86,8 +86,6 @@ evince_SOURCES=				\
 	main.c
 
 nodist_evince_SOURCES = \
-	ev-marshal.c \
-	ev-marshal.h \
 	ev-resources.c \
 	ev-resources.h \
 	$(NULL)
@@ -130,8 +128,6 @@ evince-icon.o: $(srcdir)/evince-icon.rc $(top_srcdir)/data/evince.ico
 endif
 
 BUILT_SOURCES = \
-	ev-marshal.c \
-	ev-marshal.h \
 	ev-resources.c \
 	ev-resources.h
 if ENABLE_DBUS
@@ -165,7 +161,6 @@ evinced_LDADD=				\
 endif
 
 EXTRA_DIST = \
-	ev-marshal.list \
 	evince-icon.rc \
 	ev-gdbus.xml \
 	ev-daemon-gdbus.xml \
@@ -173,13 +168,6 @@ EXTRA_DIST = \
 	evince-toolbar.xml \
 	evince.gresource.xml
 
-ev-marshal.h: $(srcdir)/ev-marshal.list
-	$(AM_V_GEN)$(GLIB_GENMARSHAL) --prefix=ev_marshal $(srcdir)/ev-marshal.list --header > ev-marshal.h
-
-ev-marshal.c: $(srcdir)/ev-marshal.list
-	$(AM_V_at)echo '#include "ev-marshal.h"' > ev-marshal.c
-	$(AM_V_GEN)$(GLIB_GENMARSHAL) --prefix=ev_marshal $(srcdir)/ev-marshal.list --body >> ev-marshal.c
-
 ev-gdbus-generated.c ev-gdbus-generated.h: ev-gdbus.xml Makefile
 	$(AM_V_GEN) $(GDBUS_CODEGEN) \
 			--interface-prefix=org.gnome.evince \



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