]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTOC.h
Remove all BufferParam arguments in InsetXXX methods (since insets know about their...
[lyx.git] / src / insets / InsetTOC.h
index b0ddc39e1487a88b5b28ac98f62959b3ac87621c..b95c9c4ebbc377005a663ff3a2351399bf8db0e1 100644 (file)
@@ -26,8 +26,6 @@ public:
        ///
        docstring screenLabel() const;
        ///
-       EDITABLE editable() const { return IS_EDITABLE; }
-       ///
        InsetCode lyxCode() const { return TOC_CODE; }
        ///
        DisplayType display() const { return AlignCenter; }