summaryrefslogtreecommitdiffstats
path: root/lib/network/netcenter.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/network/netcenter.pm')
-rwxr-xr-xlib/network/netcenter.pm9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/network/netcenter.pm b/lib/network/netcenter.pm
index 7916436..0cf2ccc 100755
--- a/lib/network/netcenter.pm
+++ b/lib/network/netcenter.pm
@@ -140,15 +140,6 @@ sub main {
dbus_object::set_gtk2_watch_helper($dbus);
}
- my $base_color = $w->{window}->get_style->base('normal')->to_string;
- Gtk2::Rc->parse_string(<<END);
-style "netcenter_bg" {
- bg[NORMAL] = "$base_color"
-}
-class "*Container*" style "netcenter_bg"
-
-END
-
$w->main;
}