diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/drakguard | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/drakguard b/bin/drakguard index 3ed3c01..93df390 100755 --- a/bin/drakguard +++ b/bin/drakguard @@ -34,9 +34,6 @@ $whitelist->get_selection->set_mode('multiple'); my $blacklist = Gtk2::SimpleList->new(N("Forbidden addresses") => 'text'); $blacklist->get_selection->set_mode('multiple'); -my $whitelist = Gtk2::SimpleList->new(N("Allowed addresses") => 'text'); -$whitelist->get_selection->set_mode('multiple'); - my ($enable, $level, $time_control, $allow_time_change); $level ||= "Normal"; |