mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
Remove unused variable
This commit is contained in:
parent
03943ef730
commit
924f71c792
@ -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_);
|
||||
|
Loading…
Reference in New Issue
Block a user