diff options
Diffstat (limited to 'sxiv.h')
-rw-r--r-- | sxiv.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -21,8 +21,6 @@ #include "config.h" -#define VERSION "git-20110123" - #define ABS(a) ((a) < 0 ? (-(a)) : (a)) #define MIN(a,b) ((a) < (b) ? (a) : (b)) #define MAX(a,b) ((a) > (b) ? (a) : (b)) |