[gimp] libgimpcolor: move GIMP_LCMS_MD5_DIGEST_LENGTH to the .c file
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] libgimpcolor: move GIMP_LCMS_MD5_DIGEST_LENGTH to the .c file
- Date: Thu, 10 Apr 2014 18:43:08 +0000 (UTC)
commit f1223a741ad0b3bde37913b7005acddca7cb449b
Author: Michael Natterer <mitch gimp org>
Date: Thu Apr 10 20:41:32 2014 +0200
libgimpcolor: move GIMP_LCMS_MD5_DIGEST_LENGTH to the .c file
libgimpcolor/gimplcms.c | 4 ++++
libgimpcolor/gimplcms.h | 3 ---
2 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/libgimpcolor/gimplcms.c b/libgimpcolor/gimplcms.c
index bb8ed28..af08419 100644
--- a/libgimpcolor/gimplcms.c
+++ b/libgimpcolor/gimplcms.c
@@ -48,6 +48,10 @@
* Definitions and Functions relating to LCMS.
**/
+
+#define GIMP_LCMS_MD5_DIGEST_LENGTH 16
+
+
static GQuark
gimp_lcms_error_quark (void)
{
diff --git a/libgimpcolor/gimplcms.h b/libgimpcolor/gimplcms.h
index f06d032..609863e 100644
--- a/libgimpcolor/gimplcms.h
+++ b/libgimpcolor/gimplcms.h
@@ -32,9 +32,6 @@ G_BEGIN_DECLS
/* For information look into the C source or the html documentation */
-#define GIMP_LCMS_MD5_DIGEST_LENGTH 16
-
-
GimpColorProfile gimp_lcms_profile_open_from_file (const gchar *filename,
GError **error);
GimpColorProfile gimp_lcms_profile_open_from_data (const guint8 *data,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]