浏览代码

Revert https://trac.osgeo.org/grass/changeset/34113

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@34115 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 16 年之前
父节点
当前提交
87da167f60
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      raster/r.info/main.c

+ 0 - 2
raster/r.info/main.c

@@ -345,8 +345,6 @@ int main(int argc, char **argv)
 	    G_format_easting(cellhd.west, tmp2, cellhd.proj);
 	    fprintf(out, "east=%s\n", tmp1);
 	    fprintf(out, "west=%s\n", tmp2);
-	    fprintf(out, "top=%f\n", zmax);
-	    fprintf(out, "bottom=%f\n", zmin);
 	}
 
 	if (sflag->answer) {