From 9565480cc6b58e22db762a8cad69e210e38d0a7c Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Tue, 27 Jan 2015 22:36:27 +0100 Subject: tdf#87803 bin useless $buildidstring MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie5f3651ec8386cdb59ebbd63c12670fd8668499a (cherry picked from commit 94716a4d071418ac4cef42ce85da1c42a0df6347) Reviewed-on: https://gerrit.libreoffice.org/14220 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- solenv/bin/modules/installer/windows/property.pm | 7 ------- 1 file changed, 7 deletions(-) (limited to 'solenv/bin') diff --git a/solenv/bin/modules/installer/windows/property.pm b/solenv/bin/modules/installer/windows/property.pm index 0742ebd3c23b..d09d315fa81a 100644 --- a/solenv/bin/modules/installer/windows/property.pm +++ b/solenv/bin/modules/installer/windows/property.pm @@ -53,13 +53,6 @@ sub get_arpcomments_for_property_table $comment = $comment . " ($languagestring)"; - my $localminor = ""; - $localminor = $installer::globals::minor; - - my $buildidstring = "(" . $installer::globals::build . $localminor . "(Build:" . $installer::globals::buildid . "))"; - - $comment = $comment . " " . $buildidstring; - return $comment; } -- cgit