diff options
-rw-r--r-- | perl-install/install/install2.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm index def34573b..80ee5d9fe 100644 --- a/perl-install/install/install2.pm +++ b/perl-install/install/install2.pm @@ -642,8 +642,6 @@ sub main { #- need to be after oo-izing $o init_brltty() if $o->{brltty}; - devices::make('tty') if $o->{interactive} eq "curses"; - #- needed very early for install::steps_gtk init_mouse() if !$::testing; |