summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/ugtk2.pm5
1 files changed, 0 insertions, 5 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm
index abb463491..b013c98a0 100644
--- a/perl-install/ugtk2.pm
+++ b/perl-install/ugtk2.pm
@@ -127,11 +127,6 @@ sub gtkappend_page {
$w
}
-sub gtkbuttonset {
- gtkdestroy($_[0]->child);
- gtkadd($_[0], gtkshow($_[1]))
-}
-
sub gtkentry {
my ($text) = @_;
my $e = Gtk2::Entry->new;