summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-02-14 21:32:35 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2010-02-14 21:32:35 +0100
commitc5e1059031e2e22c90b9f7088f3151264be16e51 (patch)
treef121d60147211d4cc189897df68b39da4513150b /src/main.c
parentea0b82fb31c5e84f10c6fb3ea246c5f119f885da (diff)
Remove fmmode relicts
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;