X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetminipage.h;h=5b2fcc52c02612300c554882c410718d41ff401e;hb=6ce86e2bfe0a403e0e811b66fdddb2d56cfe0f83;hp=d4f544a4d5ca763e8f3c4795a2272aa7b520354c;hpb=a6a948feb1644b51fce7a11657a5e45fed80906c;p=lyx.git diff --git a/src/insets/insetminipage.h b/src/insets/insetminipage.h index d4f544a4d5..5b2fcc52c0 100644 --- a/src/insets/insetminipage.h +++ b/src/insets/insetminipage.h @@ -10,8 +10,8 @@ * Full author contact details are available in file CREDITS */ -#ifndef InsetMinipage_H -#define InsetMinipage_H +#ifndef INSETMINIPAGE_H +#define INSETMINIPAGE_H #include "insetcollapsable.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; }