remove old render_box function declaration from cairo_renderer.hpp
This commit is contained in:
parent
bdf7876652
commit
93c566638f
1 changed files with 0 additions and 1 deletions
|
@ -171,7 +171,6 @@ public:
|
|||
agg::trans_affine const& mtx,
|
||||
double opacity=1.0,
|
||||
bool recenter=true);
|
||||
void render_box(box2d<double> const& b);
|
||||
protected:
|
||||
Map const& m_;
|
||||
cairo_context context_;
|
||||
|
|
Loading…
Reference in a new issue