Remove unused variable

This commit is contained in:
Juergen Spitzmueller 2012-08-18 10:14:32 +02:00
parent 03943ef730
commit 924f71c792

View File

@ -92,7 +92,6 @@ string const LaTeXFont::getAvailablePackage(bool dryrun, bool ot1, bool complete
ot1package_, guiname_), true);
return string();
}
docstring dryrunpackage;
if (complete && !completepackage_.empty()) {
if (LaTeXFeatures::isAvailable(to_ascii(completepackage_)) || dryrun)
return to_ascii(completepackage_);