mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Squash warn
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30294 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0bde349a04
commit
4c15e3fb55
@ -399,7 +399,7 @@ bool LaTeXFeatures::isAvailable(string const & name)
|
||||
if (i != string::npos) {
|
||||
string const from = name.substr(0,i);
|
||||
string const to = name.substr(i+2);
|
||||
LYXERR0("from=[" << from << "] to=[" << to << "]");
|
||||
//LYXERR0("from=[" << from << "] to=[" << to << "]");
|
||||
return theConverters().isReachable(from, to);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user