mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25: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;
|
||||
/// draw inset and update (xo, yo)-cache
|
||||
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
|
||||
void setRenderState(bool state) { state_ = state; }
|
||||
|
Loading…
Reference in New Issue
Block a user