diff options
Diffstat (limited to 'draksnapshot-applet')
-rwxr-xr-x | draksnapshot-applet | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/draksnapshot-applet b/draksnapshot-applet index a126947..8c8550e 100755 --- a/draksnapshot-applet +++ b/draksnapshot-applet @@ -151,7 +151,6 @@ sub silentCheck() { go2State('okay') if !@discs; # are there any updates ? - my @a = difference2(\@discs, \@old_discs); if (@a && $state_global ne 'disk_found') { go2State('disk_found'); |