Erase unimplemented methods.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26384 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-09-13 15:41:33 +00:00
parent 7d888cc5e0
commit 3f55a73a05
2 changed files with 0 additions and 4 deletions

View File

@ -49,8 +49,6 @@ private:
void dispatchParams(); void dispatchParams();
/// ///
bool isBufferDependent() const { return true; } bool isBufferDependent() const { return true; }
///
bool inInset() const;
/// ///
InsetSpaceParams params_; InsetSpaceParams params_;

View File

@ -48,8 +48,6 @@ private:
void dispatchParams(); void dispatchParams();
/// ///
bool isBufferDependent() const { return true; } bool isBufferDependent() const { return true; }
///
bool inInset() const;
/// ///
VSpace params_; VSpace params_;