Skip to content

Commit

Permalink
Remove #if 0 block from raster/r.sun/main.c; min()/max() not used at all
Browse files Browse the repository at this point in the history
  • Loading branch information
HuidaeCho committed Feb 18, 2025
1 parent e56dfc1 commit f05e438
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions raster/r.sun/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,6 @@ struct History hist;

int INPUT_part(int offset, double *zmax);
int OUTGR(void);
#if 0
int min(int, int);
int max(int, int);
#endif

/*void cube(int, int);
void (*func) (int, int); */
Expand Down

0 comments on commit f05e438

Please sign in to comment.