summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-11-05 19:44:02 +0100
committerDaniel Friesel <derf@finalrewind.org>2018-11-05 19:44:02 +0100
commit3a9a6bfdf7767fbbd59a6b0cc9e6d606c9286057 (patch)
treec90c1482f931e7d33924d99ec7f0fca52e5aaaa1 /src
parent0b92fc3ba2bb6d06d5e8ed1b0904599370778f5f (diff)
Remove deprecated --cycle-once option
Diffstat (limited to 'src')
-rw-r--r--src/options.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/options.c b/src/options.c
index 19e47f6..298dbab 100644
--- a/src/options.c
+++ b/src/options.c
@@ -403,7 +403,6 @@ static void feh_parse_option_array(int argc, char **argv, int finalrun)
{"draw-exif" , 0, 0, 223},
{"auto-rotate" , 0, 0, 242},
#endif
- {"cycle-once" , 0, 0, 224},
{"no-xinerama" , 0, 0, 225},
{"draw-tinted" , 0, 0, 229},
{"info" , 1, 0, 234},
@@ -742,10 +741,6 @@ static void feh_parse_option_array(int argc, char **argv, int finalrun)
opt.auto_rotate = 1;
break;
#endif
- case 224:
- weprintf("--cycle-once is deprecated, please use --on-last-slide=quit instead");
- opt.on_last_slide = ON_LAST_SLIDE_QUIT;
- break;
case 225:
opt.xinerama = 0;
break;