mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +00:00
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:
parent
0489d3c496
commit
bc2dd1c50c
@ -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;
|
||||
|
@ -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); }
|
||||
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user