소스 검색

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 */