X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=driver%2Fprefs.c;h=e191314292ad6aaa599d17099f4082b74b8992f5;hp=e006e5778050259893f6aa65eb0ff3df81d36248;hb=551b3de3f619c04c2dd1971ee9b3f02e270c28c9;hpb=a719ec12b8b2563112366a8ac3196816fd64d2c7 diff --git a/driver/prefs.c b/driver/prefs.c index e006e577..e1913142 100644 --- a/driver/prefs.c +++ b/driver/prefs.c @@ -800,7 +800,6 @@ load_init_file (saver_preferences *p) */ if (p->passwd_timeout <= 0) p->passwd_timeout = 30000; /* 30 secs */ if (p->timeout < 10000) p->timeout = 10000; /* 10 secs */ - if (p->cycle < 0) p->cycle = 0; if (p->cycle != 0 && p->cycle < 2000) p->cycle = 2000; /* 2 secs */ if (p->pointer_timeout <= 0) p->pointer_timeout = 5000; /* 5 secs */ if (p->notice_events_timeout <= 0)