Remove unimplemented function declaration.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37630 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2011-02-13 10:02:00 +00:00
parent 57cc26305a
commit 77292f028d
3 changed files with 0 additions and 6 deletions

View File

@ -33,8 +33,6 @@ public:
///
virtual int rowsep() const;
///
void normalize();
///
void write(WriteStream & os) const;
///

View File

@ -36,8 +36,6 @@ public:
///
InsetMathXYArrow * asXYArrowInset() { return this; }
///
void normalize();
///
void write(WriteStream & os) const;
///

View File

@ -33,8 +33,6 @@ public:
///
virtual int rowsep() const;
///
void normalize();
///
void write(WriteStream & os) const;
///