summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2004-08-11 14:52:09 +0000
committerOlivier Blin <oblin@mandriva.org>2004-08-11 14:52:09 +0000
commitdc5dcee85f93f0a39c479aa51d3d1ac8d33e0b00 (patch)
tree6212e8a2a636c9271f8d49d2ba4fbdbde781929d
parent8d62898c2bbb8d9039430f689a1387e2e201be0d (diff)
downloaddrakx-dc5dcee85f93f0a39c479aa51d3d1ac8d33e0b00.tar
drakx-dc5dcee85f93f0a39c479aa51d3d1ac8d33e0b00.tar.gz
drakx-dc5dcee85f93f0a39c479aa51d3d1ac8d33e0b00.tar.bz2
drakx-dc5dcee85f93f0a39c479aa51d3d1ac8d33e0b00.tar.xz
drakx-dc5dcee85f93f0a39c479aa51d3d1ac8d33e0b00.zip
remove unused variable
-rwxr-xr-xperl-install/standalone/drakroam1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/standalone/drakroam b/perl-install/standalone/drakroam
index 00a66425f..1c5e8c87e 100755
--- a/perl-install/standalone/drakroam
+++ b/perl-install/standalone/drakroam
@@ -235,7 +235,6 @@ sub isRoamingRunning() {
}
sub UpdateRoaming() {
- my $name = basename($roaming_daemon->{binary});
my $status = isRoamingRunning() ? "on" : "off";
$RoamStatus->set_text("Roaming: $status");
return FALSE; #- do not update again if launched on timeout