瀏覽代碼

there is no Rast_get_set_window()

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@38007 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 16 年之前
父節點
當前提交
6c6c153042
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      include/Rast.h

+ 0 - 1
include/Rast.h

@@ -523,7 +523,6 @@ DCELL Rast_get_raster_sample_cubic(int, const struct Cell_head *, struct Categor
 DCELL Rast_get_raster_sample(int, const struct Cell_head *, struct Categories *, double, double, int, INTERP_TYPE);
 
 /* set_window.c */
-void Rast_get_set_window(struct Cell_head *);
 int Rast_set_window(struct Cell_head *);
 
 /* zero_cell.c */