Remove FIXME.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36119 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2010-11-05 15:48:45 +00:00
parent d13394a73b
commit cd544b25d3

View File

@ -249,7 +249,7 @@ def revert_xetex(document):
if i == -1:
document.warning("Malformed LyX document: Missing \\font_sc.")
else:
# FIXME Do we want this value? and want to do something with it?
# we do not need this value.
document.header[i] = "\\font_sc false"
i = find_token(document.header, "\\font_sf_scale", 0)