From b684ed467490ecc1eda1fdc3048e9dc6ab4a390f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 6 Aug 2001 19:12:37 +0000 Subject: cleanup, functions already defined in interactive --- perl-install/interactive_gtk.pm | 3 --- 1 file changed, 3 deletions(-) (limited to 'perl-install/interactive_gtk.pm') diff --git a/perl-install/interactive_gtk.pm b/perl-install/interactive_gtk.pm index 21c296be4..67d8ddd68 100644 --- a/perl-install/interactive_gtk.pm +++ b/perl-install/interactive_gtk.pm @@ -19,9 +19,6 @@ sub new { sub enter_console { my ($o) = @_; $o->{suspended} = common::setVirtual(1) } sub leave_console { my ($o) = @_; common::setVirtual(delete $o->{suspended}) } -sub suspend {} -sub resume {} - sub exit { gtkset_mousecursor_normal(); #- for restoring a normal in any case on standalone my_gtk::flush(); -- cgit v1.2.1