Remove unused funcion Inset::scroll().

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37617 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2011-02-13 09:41:13 +00:00
parent 0489d3c496
commit bc2dd1c50c
2 changed files with 0 additions and 4 deletions

View File

@ -539,8 +539,6 @@ public:
///
virtual Dimension const dimension(BufferView const &) const;
///
int scroll() const { return 0; }
///
virtual ColorCode backgroundColor(PainterInfo const &) const;
///
virtual ColorCode labelColor() const;

View File

@ -920,8 +920,6 @@ private:
///
bool getStatus(Cursor & cur, FuncRequest const & cmd, FuncStatus &) const;
///
int scroll() const { return scx_; }
///
Inset * clone() const { return new InsetTabular(*this); }
///