From 5b3cca9d44ca1b3d41e50a456aa71a644b7fb772 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Mon, 11 Mar 2013 12:59:11 -0700 Subject: [PATCH] remove used variables --- plugins/input/shape/shape_io.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/input/shape/shape_io.cpp b/plugins/input/shape/shape_io.cpp index ca73dab9d..538d59b29 100644 --- a/plugins/input/shape/shape_io.cpp +++ b/plugins/input/shape/shape_io.cpp @@ -175,8 +175,6 @@ void shape_io::read_polygon(shape_file::record_type & record, mapnik::geometry_c double x = record.read_double(); double y = record.read_double(); poly->move_to(x, y); - double start_x = x; - double start_y = y; for (int j=start+1;j