From ef0ed3226428c00507e76bdda77c522729ed6809 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Sat, 11 Feb 2012 02:42:52 +0100 Subject: Removed exif support; made gif support non-optional --- options.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'options.c') diff --git a/options.c b/options.c index 5c45e5d..26c1339 100644 --- a/options.c +++ b/options.c @@ -17,7 +17,6 @@ */ #define _POSIX_C_SOURCE 200112L -#define _FEATURE_CONFIG #define _IMAGE_CONFIG #include @@ -39,18 +38,6 @@ void print_usage(void) { void print_version(void) { printf("sxiv %s - Simple X Image Viewer\n", VERSION); - printf("Additional features included (+) or not (-): %s, %s\n", -#if EXIF_SUPPORT - "+exif", -#else - "-exif", -#endif -#if GIF_SUPPORT - "+gif" -#else - "-gif" -#endif - ); } void parse_options(int argc, char **argv) { -- cgit v1.2.3-54-g00ecf