From 3f55a73a055d4023b2f4b09169c27303b831bad1 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Sat, 13 Sep 2008 15:41:33 +0000 Subject: [PATCH] Erase unimplemented methods. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26384 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiHSpace.h | 2 -- src/frontends/qt4/GuiVSpace.h | 2 -- 2 files changed, 4 deletions(-) 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_; -- 2.39.5