git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55642 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -16,7 +16,6 @@ static struct bound_box ext, dxf_ext;
int dxf_to_vect(struct dxf_file *dxf, struct Map_info *Map)
{
int code;
-
int bounds = 0;
if (dxf_find_header(dxf)) {