Merge pull request #3944 from EmilGedda/gedda-patch-1

remove old render_box function declaration from cairo_renderer.hpp
This commit is contained in:
talaj 2018-07-20 14:43:48 +02:00 committed by GitHub
commit c819a03bb3
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_;