From 2add4146c0ff643c4e630f289af6aad1a58f6981 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 21 Sep 2016 21:24:00 +0200 Subject: remove broken support for pixbuf_file we don't have set_back_pixbuf() since we switched to gtk+3 anyway this hasn't been an issue because we don't use that feature since commit 4e51a3864c6e4ddf9fb0f423d678e6fff3ea8aea 8 years ago so just's rip it --- perl-install/mygtk3.pm | 8 -------- 1 file changed, 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); - }); - } } -- cgit v1.2.1