summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/mygtk3.pm8
1 files changed, 0 insertions, 8 deletions
diff --git a/perl-install/mygtk3.pm b/perl-install/mygtk3.pm
index 7b09e279f..0d8151047 100644
--- a/perl-install/mygtk3.pm
+++ b/perl-install/mygtk3.pm
@@ -905,14 +905,6 @@ sub _gtknew_handle_layout_children {
$w->put(@$_);
}
delete $opts->{children};
-
- if ($opts->{pixbuf_file}) {
- my $pixbuf = if_($opts->{pixbuf_file}, gtknew('Pixbuf', file => delete $opts->{pixbuf_file}));
- $w->signal_connect(
- realize => sub {
- ugtk3::set_back_pixbuf($w, $pixbuf);
- });
- }
}