Finish the leftover spotted by Uwe

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34547 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2010-05-31 09:07:03 +00:00
parent 468f219f77
commit 245e58fe13

View File

@ -1580,10 +1580,7 @@ def revert_html_quotes(document):
def revert_output_sync(document):
" Remove forward search options "
i = find_token(document.header, '\\forward_search', 0)
if i != -1:
del document.header[i]
i = find_token(document.header, '\\forward_macro', 0)
i = find_token(document.header, '\\output_sync_macro', 0)
if i != -1:
del document.header[i]
i = find_token(document.header, '\\output_sync', 0)