mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
468f219f77
commit
245e58fe13
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user