]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettabular.h
remove Inset::deletable() as it returns always 'true'
[lyx.git] / src / insets / insettabular.h
index d76d5d8656ce4d9047ad9fdaf2ed9c22802a9264..99da476657885f3b937fe8aa95e679cfdd46a7a0 100644 (file)
@@ -196,8 +196,6 @@ public:
                UpdatableInset::scroll(bv, offset);
        }
        ///
-       Paragraph * getParFromID(int id) const;
-       ///
        Inset * getInsetFromID(int id) const;
        ///
        Paragraph * firstParagraph() const;
@@ -284,8 +282,6 @@ private:
        ///
        bool movePrevCell(BufferView *, bool lock = false);
        ///
-       bool deletable() const;
-       ///
        int getCellXPos(int cell) const;
        ///
        void resetPos(BufferView *) const;