remove unused variables
This commit is contained in:
parent
87e69a20c3
commit
b128de321b
1 changed files with 0 additions and 3 deletions
|
@ -32,10 +32,7 @@
|
||||||
#include "shapefile.hpp"
|
#include "shapefile.hpp"
|
||||||
#include "shape_io.hpp"
|
#include "shape_io.hpp"
|
||||||
|
|
||||||
const int MAXDEPTH = 64;
|
|
||||||
const int DEFAULT_DEPTH = 8;
|
const int DEFAULT_DEPTH = 8;
|
||||||
const double MINRATIO=0.5;
|
|
||||||
const double MAXRATIO=0.8;
|
|
||||||
const double DEFAULT_RATIO=0.55;
|
const double DEFAULT_RATIO=0.55;
|
||||||
|
|
||||||
int main (int argc,char** argv)
|
int main (int argc,char** argv)
|
||||||
|
|
Loading…
Reference in a new issue