X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetminipage.h;h=5b2fcc52c02612300c554882c410718d41ff401e;hb=6ce86e2bfe0a403e0e811b66fdddb2d56cfe0f83;hp=18237157ecf7bfec472c3a45fccc6f24b669ffb9;hpb=872de8b1de15c2b9f0e5f16f2456be615cd014d5;p=lyx.git diff --git a/src/insets/insetminipage.h b/src/insets/insetminipage.h index 18237157ec..5b2fcc52c0 100644 --- a/src/insets/insetminipage.h +++ b/src/insets/insetminipage.h @@ -81,22 +81,6 @@ public: /// bool insetAllowed(Inset::Code) const; /// - Position pos() const; - /// - void pos(Position); - /// - InnerPosition innerPos() const; - /// - void innerPos(InnerPosition); - /// - LyXLength const & pageHeight() const; - /// - void pageHeight(LyXLength const &); - /// - LyXLength const & pageWidth() const; - /// - void pageWidth(LyXLength const &); - /// int getMaxWidth(BufferView *, UpdatableInset const *) const; /// bool needFullRow() const { return false; }