[eog] Remove unneeded xmp_terminate call
- From: Felix Riemann <friemann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [eog] Remove unneeded xmp_terminate call
- Date: Sun, 6 Oct 2013 13:39:32 +0000 (UTC)
commit 4d47ec5d9307cf33f1826884666b14cb1b8ce71e
Author: Felix Riemann <friemann gnome org>
Date: Sun Oct 6 15:36:08 2013 +0200
Remove unneeded xmp_terminate call
This is called by EogApplication if needed.
src/main.c | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index 1483b0d..6ec3884 100644
--- a/src/main.c
+++ b/src/main.c
@@ -39,10 +39,6 @@
#include <stdlib.h>
#include <glib/gi18n.h>
-#if HAVE_RSVG
-#include <librsvg/rsvg.h>
-#endif
-
static EogStartupFlags flags;
static gboolean fullscreen = FALSE;
@@ -138,8 +134,5 @@ main (int argc, char **argv)
g_application_run (G_APPLICATION (EOG_APP), argc, argv);
g_object_unref (EOG_APP);
-#ifdef HAVE_EXEMPI
- xmp_terminate();
-#endif
return 0;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]