iconcache: Remove unused defines

This commit is contained in:
Timm Bäder 2019-01-06 11:08:09 +01:00
parent fb7d033953
commit 913b4fcc49

View File

@ -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))))