diff options
Diffstat (limited to 'perl-install/interactive')
-rw-r--r-- | perl-install/interactive/gtk.pm | 8 | ||||
-rw-r--r-- | perl-install/interactive/newt.pm | 8 | ||||
-rw-r--r-- | perl-install/interactive/stdio.pm | 8 |
3 files changed, 0 insertions, 24 deletions
diff --git a/perl-install/interactive/gtk.pm b/perl-install/interactive/gtk.pm index cf252c0bc..36007face 100644 --- a/perl-install/interactive/gtk.pm +++ b/perl-install/interactive/gtk.pm @@ -807,12 +807,4 @@ sub kill { @tempory::objects = (); } -sub ok { - N("Ok"); -} - -sub cancel { - N("Cancel"); -} - 1; diff --git a/perl-install/interactive/newt.pm b/perl-install/interactive/newt.pm index af829b42b..d42eb99d8 100644 --- a/perl-install/interactive/newt.pm +++ b/perl-install/interactive/newt.pm @@ -420,12 +420,4 @@ sub simplify_string { $s; } -sub ok { - N("Ok"); -} - -sub cancel { - N("Cancel"); -} - 1; diff --git a/perl-install/interactive/stdio.pm b/perl-install/interactive/stdio.pm index 553f3fec5..04b5abfcf 100644 --- a/perl-install/interactive/stdio.pm +++ b/perl-install/interactive/stdio.pm @@ -168,13 +168,5 @@ sub wait_message_nextW { } sub wait_message_endW { print "\nDone\n" } -sub ok { - N("Ok"); -} - -sub cancel { - N("Cancel"); -} - 1; |