Kaydet (Commit) 613c8044 authored tarafından Oliver-Rainer Wittmann's avatar Oliver-Rainer Wittmann

remove code which has been commented out

üst 1e342da5
...@@ -99,7 +99,6 @@ sub print_lang ...@@ -99,7 +99,6 @@ sub print_lang
if ( $lang ne $_ && $lang eq $this_lang && exists $documents{$last_section} ) { if ( $lang ne $_ && $lang eq $this_lang && exists $documents{$last_section} ) {
# replacing product variable doesn't work inside zip files and also not for UTF-16 # replacing product variable doesn't work inside zip files and also not for UTF-16
next if /%PRODUCTNAME/; next if /%PRODUCTNAME/;
# s/%PRODUCTNAME/\${FILEFORMATNAME} \${FILEFORMATVERSION}/g;
s/$lang/"$documents{$last_section}"/; s/$lang/"$documents{$last_section}"/;
s/\n/;\n/; s/\n/;\n/;
print; print;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment