From f08ba752a2c20921ab4a0e7a7f3707af6d87412c Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 7 May 2013 02:16:30 +0000 Subject: net_applet/netcenter/drakroam: remove unused pixbufs creation --- bin/net_applet | 5 ----- 1 file changed, 5 deletions(-) (limited to 'bin/net_applet') diff --git a/bin/net_applet b/bin/net_applet index 43c692c..faeaa74 100755 --- a/bin/net_applet +++ b/bin/net_applet @@ -45,12 +45,7 @@ our %wireless_networks; our %pixbufs = ( - firewall => gtknew('Pixbuf', file => 'drakfirewall'), - firewall_icon => gtknew('Pixbuf', file => 'drakfirewall')->scale_simple(24, 24, 'hyper'), state => { map { $_ => gtknew('Pixbuf', file => $_) } qw(connected disconnected unconfigured connecting) }, - link_level => { map { - $_ => gtknew('Pixbuf', file => 'wifi-' . sprintf('%03d', $_))->scale_simple(24, 24, 'hyper'); - } qw(20 40 60 80 100) }, encryption => { map { $_ => gtknew('Pixbuf', file => "encryption-$_-24"); } qw(open weak strong) }, -- cgit v1.2.1