From b128de321bad362be90d4c96c2f9e9df53a7114e Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Fri, 16 May 2014 18:59:26 -0700 Subject: [PATCH] remove unused variables --- utils/shapeindex/shapeindex.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/utils/shapeindex/shapeindex.cpp b/utils/shapeindex/shapeindex.cpp index 391a707ae..e87819c0d 100644 --- a/utils/shapeindex/shapeindex.cpp +++ b/utils/shapeindex/shapeindex.cpp @@ -32,10 +32,7 @@ #include "shapefile.hpp" #include "shape_io.hpp" -const int MAXDEPTH = 64; const int DEFAULT_DEPTH = 8; -const double MINRATIO=0.5; -const double MAXRATIO=0.8; const double DEFAULT_RATIO=0.55; int main (int argc,char** argv)