[f-spot] Remove a couple of unused libfspot bits.
- From: Ruben Vermeersch <rubenv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [f-spot] Remove a couple of unused libfspot bits.
- Date: Thu, 8 Jul 2010 16:52:43 +0000 (UTC)
commit 4ad88512dba230d2aa0f4ca47083c9befe224797
Author: Ruben Vermeersch <ruben savanne be>
Date: Fri Jul 2 21:28:40 2010 +0200
Remove a couple of unused libfspot bits.
lib/libfspot/.gitignore | 2 -
lib/libfspot/Makefile.am | 31 +------
lib/libfspot/f-marshal.list | 8 --
lib/libfspot/f-pixbuf-utils.c | 229 -----------------------------------------
lib/libfspot/f-pixbuf-utils.h | 41 --------
lib/libfspot/f-utils.c | 105 -------------------
lib/libfspot/f-utils.h | 123 ----------------------
7 files changed, 1 insertions(+), 538 deletions(-)
---
diff --git a/lib/libfspot/.gitignore b/lib/libfspot/.gitignore
index a585546..74d0d3a 100644
--- a/lib/libfspot/.gitignore
+++ b/lib/libfspot/.gitignore
@@ -1,7 +1,5 @@
/Makefile
/Makefile.in
-/f-marshal.c
-/f-marshal.h
/.deps
/.libs
/*.o
diff --git a/lib/libfspot/Makefile.am b/lib/libfspot/Makefile.am
index f37f193..1fa492a 100644
--- a/lib/libfspot/Makefile.am
+++ b/lib/libfspot/Makefile.am
@@ -19,14 +19,8 @@ libfspot_la_SOURCES = \
f-image-surface.c \
f-image-surface.h \
f-pixbuf-save.c \
- f-pixbuf-utils.c \
- f-pixbuf-utils.h \
f-pixbuf-unsharp.c \
- f-marshal.c \
- f-marshal.h \
- f-screen-utils.c \
- f-utils.c \
- f-utils.h
+ f-screen-utils.c
libfspot_la_LIBADD = \
-lX11 \
@@ -34,26 +28,3 @@ libfspot_la_LIBADD = \
$(LCMS_LIBS) \
$(EXIF_LIBS) \
$(GIO_LIBS)
-
-
-# GLib marshalling cruft
-
-f-marshal.h: f-marshal.list
- ( @GLIB_GENMARSHAL@ --prefix=f_marshal $(srcdir)/f-marshal.list --header > f-marshal.tmp \
- && mv f-marshal.tmp f-marshal.h ) \
- || ( rm -f f-marshal.tmp && exit 1 )
-
-f-marshal.c: f-marshal.h
- ( @GLIB_GENMARSHAL@ --prefix=f_marshal $(srcdir)/f-marshal.list --body > f-marshal.tmp \
- && mv f-marshal.tmp f-marshal.c ) \
- || ( rm -f f-marshal.tmp && exit 1 )
-
-MARSHAL_GENERATED = f-marshal.c f-marshal.h
-
-
-#
-
-BUILT_SOURCES = $(MARSHAL_GENERATED)
-
-EXTRA_DIST = \
- f-marshal.list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]