mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Remove FIXME.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36119 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d13394a73b
commit
cd544b25d3
@ -249,7 +249,7 @@ def revert_xetex(document):
|
|||||||
if i == -1:
|
if i == -1:
|
||||||
document.warning("Malformed LyX document: Missing \\font_sc.")
|
document.warning("Malformed LyX document: Missing \\font_sc.")
|
||||||
else:
|
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"
|
document.header[i] = "\\font_sc false"
|
||||||
|
|
||||||
i = find_token(document.header, "\\font_sf_scale", 0)
|
i = find_token(document.header, "\\font_sf_scale", 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user