summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-12-09 20:32:25 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-12-09 20:32:25 +0000
commit8ce48e0454f969b01ea6ff1b3c670e3891c08c48 (patch)
tree3caaebffb58679771ac69688066e9c65b2c8a92b /perl-install/install2.pm
parentebdb9def9a22b8509321b7dd8c271bceb9d73c62 (diff)
downloaddrakx-backup-do-not-use-8ce48e0454f969b01ea6ff1b3c670e3891c08c48.tar
drakx-backup-do-not-use-8ce48e0454f969b01ea6ff1b3c670e3891c08c48.tar.gz
drakx-backup-do-not-use-8ce48e0454f969b01ea6ff1b3c670e3891c08c48.tar.bz2
drakx-backup-do-not-use-8ce48e0454f969b01ea6ff1b3c670e3891c08c48.tar.xz
drakx-backup-do-not-use-8ce48e0454f969b01ea6ff1b3c670e3891c08c48.zip
remove code handling setstep
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm11
1 files changed, 0 insertions, 11 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index 190585859..31879d9c7 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -572,17 +572,6 @@ sub main {
if ($err) {
local $_ = $err;
$o->kill_action;
- if (/^setstep (.*)/) {
- $o->{step} = $1;
- $o->{steps}{$1}{done} = 0;
- $clicked = 1;
- redo MAIN;
- }
- if (/^set_theme$/) {
- require install_gtk;
- install_gtk::install_theme($o, 'marble3d');
- redo MAIN;
- }
if (!/^already displayed/) {
eval { $o->errorInStep($_) };
$o->{steps}{$o->{step}}{auto} = 0;