mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
InsetCommand.h: revert my last commit - makes it worse than it helps as quick workaround
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35843 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8a4933f250
commit
b7764dbe42
@ -63,8 +63,6 @@ public:
|
||||
void setParam(std::string const & name, docstring const & value);
|
||||
/// FIXME Remove
|
||||
docstring const getFirstNonOptParam() const { return p_.getFirstNonOptParam(); }
|
||||
/// update label and references
|
||||
virtual void updateCommand(docstring const &, bool) {}
|
||||
/// whether to include this inset in the strings generated for the TOC
|
||||
virtual bool isInToc() const { return false; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user