diff options
author | Timm Bäder <mail@baedert.org> | 2019-01-06 11:08:09 +0100 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2019-01-10 16:49:19 +0100 |
commit | 913b4fcc4999ef34c88e336fb4dfe7f31b6969cd (patch) | |
tree | a60c14fd4c28e3de5d700815e05793b35fc763a1 | |
parent | fb7d0339531d2efa05f8b19eefbb8a5b1b8657f6 (diff) | |
download | gtk+-913b4fcc4999ef34c88e336fb4dfe7f31b6969cd.tar.gz |
iconcache: Remove unused defines
-rw-r--r-- | gtk/gtkiconcache.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkiconcache.c b/gtk/gtkiconcache.c index 273865a338..bcbfe83071 100644 --- a/gtk/gtkiconcache.c +++ b/gtk/gtkiconcache.c @@ -40,9 +40,6 @@ #define _O_BINARY 0 #endif -#define MAJOR_VERSION 1 -#define MINOR_VERSION 0 - #define GET_UINT16(cache, offset) (GUINT16_FROM_BE (*(guint16 *)((cache) + (offset)))) #define GET_UINT32(cache, offset) (GUINT32_FROM_BE (*(guint32 *)((cache) + (offset)))) |