mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 03:36:39 +00:00
Remove unused method
This commit is contained in:
parent
a04b5c3965
commit
4c90183e4d
@ -37,8 +37,6 @@ public:
|
|||||||
virtual void metrics(MetricsInfo & mi, Dimension & dim) const = 0;
|
virtual void metrics(MetricsInfo & mi, Dimension & dim) const = 0;
|
||||||
/// draw inset and update (xo, yo)-cache
|
/// draw inset and update (xo, yo)-cache
|
||||||
virtual void draw(PainterInfo & pi, int x, int y) const = 0;
|
virtual void draw(PainterInfo & pi, int x, int y) const = 0;
|
||||||
///
|
|
||||||
Dimension const & dimension() const { return dim_; }
|
|
||||||
|
|
||||||
/// render state, exact meaning of state is render-specific
|
/// render state, exact meaning of state is render-specific
|
||||||
void setRenderState(bool state) { state_ = state; }
|
void setRenderState(bool state) { state_ = state; }
|
||||||
|
Loading…
Reference in New Issue
Block a user