diff options
author | Olivier Blin <oblin@mandriva.org> | 2004-08-11 14:52:09 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2004-08-11 14:52:09 +0000 |
commit | dc5dcee85f93f0a39c479aa51d3d1ac8d33e0b00 (patch) | |
tree | 6212e8a2a636c9271f8d49d2ba4fbdbde781929d | |
parent | 8d62898c2bbb8d9039430f689a1387e2e201be0d (diff) | |
download | drakx-dc5dcee85f93f0a39c479aa51d3d1ac8d33e0b00.tar drakx-dc5dcee85f93f0a39c479aa51d3d1ac8d33e0b00.tar.gz drakx-dc5dcee85f93f0a39c479aa51d3d1ac8d33e0b00.tar.bz2 drakx-dc5dcee85f93f0a39c479aa51d3d1ac8d33e0b00.tar.xz drakx-dc5dcee85f93f0a39c479aa51d3d1ac8d33e0b00.zip |
remove unused variable
-rwxr-xr-x | perl-install/standalone/drakroam | 1 |
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 |