Kill warning.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40308 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2011-11-29 19:45:32 +00:00
parent d7799bb5cc
commit 5d8a291767

View File

@ -875,6 +875,7 @@ docstring const i18npreamble(Language const * lang, Encoding const & enc,
subst(to_utf8(templ), "$$lang", lang->babel());
#ifdef TEX2LYX
(void) enc;
// tex2lyx does not have getMessages()
LASSERT(false, /**/);
#else