diff options
-rw-r--r-- | perl-install/bootlook.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/bootlook.pm b/perl-install/bootlook.pm index cf713396f..d3b7929a3 100644 --- a/perl-install/bootlook.pm +++ b/perl-install/bootlook.pm @@ -33,7 +33,6 @@ use bootloader; use fs; use my_gtk qw(:helpers :wrappers :ask); -$::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~/--embedded (\S*) (\S*)/; if ($::isEmbedded) { print "EMBED\n"; print "XID : $::XID\n"; |