summaryrefslogtreecommitdiff
path: root/solenv/bin/modules/installer/windows/shortcut.pm
diff options
context:
space:
mode:
authorJordan Ayers <jordan.ayers@gmail.com>2010-11-10 21:15:47 -0600
committerCaolán McNamara <caolanm@redhat.com>2010-11-18 20:59:35 +0000
commit4118187114d0792d707ccd41768bc54a237e4111 (patch)
tree52fb8f2f01a8b1bfb79abf50e1423eab204d3847 /solenv/bin/modules/installer/windows/shortcut.pm
parent49aa0834b9f62fdc28436e415f0f102dacf257ac (diff)
Perl Installer: Remove commented out code.
Diffstat (limited to 'solenv/bin/modules/installer/windows/shortcut.pm')
-rw-r--r--solenv/bin/modules/installer/windows/shortcut.pm5
1 files changed, 2 insertions, 3 deletions
diff --git a/solenv/bin/modules/installer/windows/shortcut.pm b/solenv/bin/modules/installer/windows/shortcut.pm
index 76039baf10c9..cb62a0a7fdd9 100644
--- a/solenv/bin/modules/installer/windows/shortcut.pm
+++ b/solenv/bin/modules/installer/windows/shortcut.pm
@@ -357,10 +357,9 @@ sub get_folderitem_directory
{
my ($shortcut) = @_;
- # my $directory = "$installer::globals::programmenufolder"; # default
my $directory = "$installer::globals::officemenufolder"; # default
- # The value $installer::globals::programmenufolder is not correct for the
+ # The default is not correct for the
# PREDEFINED folders, like PREDEFINED_AUTOSTART
if ( $shortcut->{'FolderID'} eq "PREDEFINED_AUTOSTART" )
@@ -694,4 +693,4 @@ sub create_shortcut_table
}
-1; \ No newline at end of file
+1;