]> git.lyx.org Git - features.git/blobdiff - src/insets/insettabular.h
Fixes to insettabular/text + GNOME patch + KDE patch
[features.git] / src / insets / insettabular.h
index 46e0ed4b19188c9ece5eb0b3ca4eb1cba335c9f6..b37a13e404ec4543a585e8bf4a4fdf625cf5bb1c 100644 (file)
@@ -218,7 +218,7 @@ private:
     ///
     int GetMaxWidthOfCell(Painter &, int cell) const;
     ///
-    bool hasPasteBuffer() const { return (paste_tabular != 0); }
+    bool hasPasteBuffer() const;
     ///
     bool copySelection();
     ///
@@ -266,7 +266,5 @@ private:
     mutable UpdateCodes need_update;
     ///
     mutable Dialogs * dialogs_;
-    ///
-    LyXTabular * paste_tabular;
 };
 #endif