]> git.lyx.org Git - lyx.git/commitdiff
Erase unimplemented methods.
authorAbdelrazak Younes <younes@lyx.org>
Sat, 13 Sep 2008 15:41:33 +0000 (15:41 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sat, 13 Sep 2008 15:41:33 +0000 (15:41 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26384 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiHSpace.h
src/frontends/qt4/GuiVSpace.h

index 6468ec83045706b7229c5d97929e1b5c4927ae95..ef4d214c7420856274e06bedfa3c51f9c748b835 100644 (file)
@@ -49,8 +49,6 @@ private:
        void dispatchParams();
        ///
        bool isBufferDependent() const { return true; }
-       ///
-       bool inInset() const;
 
        ///
        InsetSpaceParams params_;
index 1c28ff2c2b7a4be46a77f8f1400571c34a3f2115..88eb2c6fd7f825b92e45cf243f95ce3e0e95c4de 100644 (file)
@@ -48,8 +48,6 @@ private:
        void dispatchParams();
        ///
        bool isBufferDependent() const { return true; }
-       ///
-       bool inInset() const;
 
        ///
        VSpace params_;