From: Abdelrazak Younes Date: Sat, 13 Sep 2008 15:41:33 +0000 (+0000) Subject: Erase unimplemented methods. X-Git-Tag: 1.6.10~3474 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=3f55a73a055d4023b2f4b09169c27303b831bad1;p=lyx.git Erase unimplemented methods. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26384 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiHSpace.h b/src/frontends/qt4/GuiHSpace.h index 6468ec8304..ef4d214c74 100644 --- a/src/frontends/qt4/GuiHSpace.h +++ b/src/frontends/qt4/GuiHSpace.h @@ -49,8 +49,6 @@ private: void dispatchParams(); /// bool isBufferDependent() const { return true; } - /// - bool inInset() const; /// InsetSpaceParams params_; diff --git a/src/frontends/qt4/GuiVSpace.h b/src/frontends/qt4/GuiVSpace.h index 1c28ff2c2b..88eb2c6fd7 100644 --- a/src/frontends/qt4/GuiVSpace.h +++ b/src/frontends/qt4/GuiVSpace.h @@ -48,8 +48,6 @@ private: void dispatchParams(); /// bool isBufferDependent() const { return true; } - /// - bool inInset() const; /// VSpace params_;