]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.h
Added inset-select-all to emacs bindings
[lyx.git] / src / insets / InsetTabular.h
index 0aac6420ec77fc0c17f0b3e52dda4a588815ee79..7be8bb639ab55ec28981307d7609ae7a21c71134 100644 (file)
@@ -1003,8 +1003,6 @@ private:
        ///
        int cellYPos(idx_type cell) const;
        ///
-       void resetPos(Cursor & cur) const;
-       ///
        bool copySelection(Cursor & cur);
        ///
        bool pasteClipboard(Cursor & cur);
@@ -1027,8 +1025,6 @@ private:
                                col_type col_start, col_type col_end) const;
        ///
        mutable idx_type first_visible_cell;
-       ///
-       mutable int scx_;
        /// The vertical offset of the table due to the vertical
        /// alignment with respect to the baseline.
        mutable int offset_valign_;