summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2015-06-18 12:16:01 +0200
committerAndras Timar <andras.timar@collabora.com>2015-06-18 13:40:10 +0200
commita63b8b4afc687d49ad25cbb77e16f835b9820522 (patch)
tree9fdb6f566e5d928b4f5739aedc55b09ce4694962 /solenv
parentecaf1cb3861c1b519a1495487fc796884cf37b92 (diff)
dead code
Change-Id: I0f8de2b856be65e070f9d9b121515aa15ae3ea09
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/modules/installer/download.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/solenv/bin/modules/installer/download.pm b/solenv/bin/modules/installer/download.pm
index 37a9123fdf35..6b5caab89a0a 100644
--- a/solenv/bin/modules/installer/download.pm
+++ b/solenv/bin/modules/installer/download.pm
@@ -305,8 +305,6 @@ sub get_downloadname_productname
elsif ( $allvariables->{'PRODUCTNAME'} eq "LibreOfficeDev" ) { $start = "LibreOfficeDev"; }
- elsif ( $allvariables->{'PRODUCTNAME'} eq "OxygenOffice" ) { $start = "OOOP"; }
-
elsif ( $allvariables->{'PRODUCTNAME'} eq "" ) { $start = "LibreOffice"; }
else { $start = $allvariables->{'PRODUCTNAME'}; }