summaryrefslogtreecommitdiffstats
path: root/mgaapplet
diff options
context:
space:
mode:
Diffstat (limited to 'mgaapplet')
-rwxr-xr-xmgaapplet3
1 files changed, 0 insertions, 3 deletions
diff --git a/mgaapplet b/mgaapplet
index 5727c4a9..ca57ffb5 100755
--- a/mgaapplet
+++ b/mgaapplet
@@ -700,9 +700,6 @@ sub silentCheck() {
}
}
-sub okState() { log::explanations(N_("System is up-to-date\n")); go2State('okay') }
-
-
sub setup_cyclic_check() {
$network_timeout = Glib::Timeout->add(2000, sub { checkNetwork(); 1 });
$timeout = Glib::Timeout->add_seconds($config{UPDATE_FREQUENCY}, sub {