mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 18:24:48 +00:00
remove unnecessary code
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32966 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a00fbcd871
commit
1aa7e9f93b
@ -99,9 +99,6 @@ void GuiInfo::applyView()
|
|||||||
dispatch(FuncRequest(LFUN_INSET_MODIFY, argument));
|
dispatch(FuncRequest(LFUN_INSET_MODIFY, argument));
|
||||||
// FIXME: update the inset contents
|
// FIXME: update the inset contents
|
||||||
bufferview()->buffer().updateLabels();
|
bufferview()->buffer().updateLabels();
|
||||||
BufferView * bv = const_cast<BufferView *>(bufferview());
|
|
||||||
bv->buffer().changed(true);
|
|
||||||
bv->buffer().markDirty();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user