]> git.lyx.org Git - features.git/commit
Remove confusing warning
authorGeorg Baum <baum@lyx.org>
Mon, 4 Mar 2013 18:48:26 +0000 (19:48 +0100)
committerGeorg Baum <baum@lyx.org>
Mon, 4 Mar 2013 18:50:49 +0000 (19:50 +0100)
commitdf4f08862e6827017664c4a56e7e251d03f80400
tree694ab3c4680fa1d5488711b0ae0b324266f9ff4f
parent9ff4dc425865895d7621893aebcd4c1d30eeabcf
Remove confusing warning

I added it because of a misunderstanding. If the encoding is really set too
late, to_utf8() in the Token constructor would probably fail, but a non-empty
putback buffer is no problem, since it was always created via to_utf8() ->
from_utf8().
src/tex2lyx/Parser.cpp
src/tex2lyx/Parser.h