From 77a5334fd9db92453885b2d2f227f769424d7012 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 16 Feb 2011 18:17:47 +0100 Subject: Remove wget support, use libcurl by default --- src/options.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/options.c') diff --git a/src/options.c b/src/options.c index 32cdb41..caa9aa4 100644 --- a/src/options.c +++ b/src/options.c @@ -82,7 +82,6 @@ void init_parse_options(int argc, char **argv) opt.jump_on_resort = 1; opt.builtin_http = 0; - opt.libcurl_http = 0; opt.xinerama = 0; opt.screen_clip = 1; @@ -326,7 +325,7 @@ static void feh_parse_option_array(int argc, char **argv) { static char stropts[] = "a:A:b:B:cC:dD:e:E:f:Fg:GhH:iIj:J:kK:lL:mM:nNo:O:pPqQrR:sS:tT:uUvVwW:xXy:YzZ" - "0:1:2:4:5:8:9:.@:^:~:):|:+:{"; + "0:1:2:4:5:8:9:.@:^:~:):|:+:"; /* (*name, has_arg, *flag, val) See: struct option in getopts.h */ static struct option lopts[] = { @@ -357,7 +356,6 @@ static void feh_parse_option_array(int argc, char **argv) {"reverse" , 0, 0, 'n'}, {"thumbnails" , 0, 0, 't'}, {"builtin" , 0, 0, 'Q'}, - {"libcurl" , 0, 0, '{'}, {"scale-down" , 0, 0, '.'}, {"no-jump-on-resort", 0, 0, 220}, {"hide-pointer" , 0, 0, 'Y'}, @@ -475,9 +473,6 @@ static void feh_parse_option_array(int argc, char **argv) case 'Q': opt.builtin_http = 1; break; - case '{': - opt.libcurl_http = 1; - break; case 'L': opt.customlist = estrdup(optarg); opt.display = 0; -- cgit v1.2.3