remove old render_box function declaration from cairo_renderer.hpp

This commit is contained in:
Emil Gedda 2018-07-20 14:02:51 +02:00 committed by GitHub
parent bdf7876652
commit 93c566638f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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_;