[gimp/metadata-browser] file-jpeg: Move define to header file
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] file-jpeg: Move define to header file
- Date: Wed, 28 Sep 2011 10:48:15 +0000 (UTC)
commit 772383487dfa8fea345aa7bc764e1205316962d5
Author: Mukund Sivaraman <muks banu com>
Date: Sun Sep 18 07:22:38 2011 +0530
file-jpeg: Move define to header file
plug-ins/file-jpeg/gimpexif.c | 2 ++
plug-ins/file-jpeg/gimpexif.h | 3 ---
2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/plug-ins/file-jpeg/gimpexif.c b/plug-ins/file-jpeg/gimpexif.c
index 007173f..af51bd9 100644
--- a/plug-ins/file-jpeg/gimpexif.c
+++ b/plug-ins/file-jpeg/gimpexif.c
@@ -34,6 +34,8 @@
#include "gimpexif.h"
+#define EXIF_HEADER_SIZE 8
+
/*
* gimp_metadata_store_exif:
* @image_ID: the GIMP image to work on.
diff --git a/plug-ins/file-jpeg/gimpexif.h b/plug-ins/file-jpeg/gimpexif.h
index 9c5a8b8..3700637 100644
--- a/plug-ins/file-jpeg/gimpexif.h
+++ b/plug-ins/file-jpeg/gimpexif.h
@@ -21,9 +21,6 @@
#ifdef HAVE_LIBEXIF
-#define EXIF_HEADER_SIZE 8
-
-
void gimp_metadata_store_exif (gint32 image_ID,
ExifData *exif_data);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]