Cmake export tests: Disable inputencoding setting

It was used for the combination pdf4_texF, but since LyX should
nowadays set the correct encoding, this is not needed anymore.
This commit is contained in:
Kornel Benko 2015-12-14 19:05:18 +01:00
parent 2bd2ac1860
commit 6366b4a21b

View File

@ -123,7 +123,7 @@ if ($fontT eq "systemF") {
$font{typewriter} = "FreeMono";
}
}
else {
elsif (0) { # set to '1' to enable setting of inputencoding
# use tex font here
my %encoding = ();
if (defined($languageFile)) {