mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-29 21:05:12 +00:00
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:
parent
7d888cc5e0
commit
3f55a73a05
@ -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_;
|
||||||
|
@ -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_;
|
||||||
|
Loading…
Reference in New Issue
Block a user