]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Inset.h
Output a parbreak after a command.
[lyx.git] / src / insets / Inset.h
index 6d9bdcac4c29d3a93e5f241f7756fd4827f3c6b3..63834eb6a0da8f195473e93e0e2600152876c97d 100644 (file)
@@ -261,10 +261,6 @@ public:
        virtual row_type row(idx_type) const { return 0; }
        /// cell index corresponding to row and column;
        virtual idx_type index(row_type row, col_type col) const;
-       /// any additional x-offset when drawing a cell?
-       virtual int cellXOffset(idx_type) const { return 0; }
-       /// any additional y-offset when drawing a cell?
-       virtual int cellYOffset(idx_type) const { return 0; }
        /// number of embedded cells
        virtual size_t nargs() const { return 0; }
        /// number of rows in gridlike structures