Przeglądaj źródła

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 lat temu
rodzic
commit
6c6c153042
1 zmienionych plików z 0 dodań i 1 usunięć
  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 */