From 93c566638f99f90cc19e3bdb56c76ec6a10a0c08 Mon Sep 17 00:00:00 2001 From: Emil Gedda Date: Fri, 20 Jul 2018 14:02:51 +0200 Subject: [PATCH] remove old render_box function declaration from cairo_renderer.hpp --- include/mapnik/cairo/cairo_renderer.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/mapnik/cairo/cairo_renderer.hpp b/include/mapnik/cairo/cairo_renderer.hpp index a529549a9..ba236d005 100644 --- a/include/mapnik/cairo/cairo_renderer.hpp +++ b/include/mapnik/cairo/cairo_renderer.hpp @@ -171,7 +171,6 @@ public: agg::trans_affine const& mtx, double opacity=1.0, bool recenter=true); - void render_box(box2d const& b); protected: Map const& m_; cairo_context context_;