diff options
author | Pablo Barciela <[email protected]> | 2020-08-12 13:48:13 +0200 |
---|---|---|
committer | Robert Antoni Buj Gelonch <[email protected]> | 2020-09-02 18:18:35 +0200 |
commit | 5f79d0620ffb2d7a85ea184e6f1c4594bdb6189c (patch) | |
tree | febebefb25bf8b6764a8fba36f1e422ab6cfee06 /src/eom-image.c | |
parent | b7350733555def60354b30c40be650c5474647b6 (diff) | |
download | eom-5f79d0620ffb2d7a85ea184e6f1c4594bdb6189c.tar.bz2 eom-5f79d0620ffb2d7a85ea184e6f1c4594bdb6189c.tar.xz |
Remove unused macros
Diffstat (limited to 'src/eom-image.c')
-rw-r--r-- | src/eom-image.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/eom-image.c b/src/eom-image.c index 191acd4..e56655e 100644 --- a/src/eom-image.c +++ b/src/eom-image.c @@ -61,9 +61,6 @@ #if defined(HAVE_LCMS) && defined(GDK_WINDOWING_X11) #include <lcms2.h> -#ifndef EXIF_TAG_GAMMA -#define EXIF_TAG_GAMMA 0xa500 -#endif #endif #ifdef HAVE_RSVG |