summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main.c b/src/main.c
index 7bea2ab..386943f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -68,13 +68,6 @@ int main(int argc, char **argv)
feh_wm_set_bg_file(opt.output_file, opt.bgmode);
exit(0);
}
-/* else if (opt.fmmode)
- {
- fmmode();
- opt.slideshow = 1;
- init_slideshow_mode();
- }
- */
else {
/* Slideshow mode is the default. Because it's spiffy */
opt.slideshow = 1;