small cleanup
This commit is contained in:
parent
6eadaafd49
commit
c0d411d14e
1 changed files with 0 additions and 1 deletions
|
@ -107,7 +107,6 @@ namespace mapnik
|
|||
font_engine_(),
|
||||
font_manager_(font_engine_),
|
||||
detector_(Envelope<double>(-64 ,-64, m.getWidth() + 64 ,m.getHeight() + 64))
|
||||
//finder_(detector_,Envelope<double>(0 ,0, m.getWidth(), m.getHeight()))
|
||||
{
|
||||
boost::optional<Color> bg = m.background();
|
||||
if (bg) pixmap_.setBackground(*bg);
|
||||
|
|
Loading…
Reference in a new issue