summaryrefslogtreecommitdiffstats
path: root/draksnapshot-applet
diff options
context:
space:
mode:
Diffstat (limited to 'draksnapshot-applet')
-rwxr-xr-xdraksnapshot-applet5
1 files changed, 0 insertions, 5 deletions
diff --git a/draksnapshot-applet b/draksnapshot-applet
index 60bf89a..761f468 100755
--- a/draksnapshot-applet
+++ b/draksnapshot-applet
@@ -157,11 +157,6 @@ sub setup_cyclic_check() {
$timeout = Glib::Timeout->add(
5*60 * 1000,
sub { # default to 5 minutes
- my $first_run if 0;
- if (!$first_run) {
- $first_run = 1;
- return 1;
- }
silentCheck();
1;
});