Browse Source

r.watershed.ram clean up

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55648 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 12 years ago
parent
commit
e0ae9295d5
1 changed files with 0 additions and 2 deletions
  1. 0 2
      raster/r.watershed/ram/Gwater.h

+ 0 - 2
raster/r.watershed/ram/Gwater.h

@@ -97,9 +97,7 @@ CELL def_basin(int, int, CELL, double, CELL);
 int do_astar(void);
 int add_pt(int, int, CELL);
 int drop_pt(void);
-int sift_up(int, CELL);
 double get_slope(int, int, int, int, CELL, CELL);
-int replace(int, int, int, int);
 
 /* do_flatarea.c */
 int do_flatarea(int, CELL, CELL *, CELL *);