[GRASS-SVN] r51604 - grass/trunk/include/defs

svn_grass at osgeo.org svn_grass at osgeo.org
Wed May 9 02:06:00 EDT 2012


Author: glynn
Date: 2012-05-08 23:06:00 -0700 (Tue, 08 May 2012)
New Revision: 51604

Modified:
   grass/trunk/include/defs/ortholib.h
Log:
Remove misplaced and incorrect prototype for I_georef


Modified: grass/trunk/include/defs/ortholib.h
===================================================================
--- grass/trunk/include/defs/ortholib.h	2012-05-09 05:52:03 UTC (rev 51603)
+++ grass/trunk/include/defs/ortholib.h	2012-05-09 06:06:00 UTC (rev 51604)
@@ -35,7 +35,6 @@
 FILE *I_fopen_cam_file_new(char *);
 FILE *I_fopen_cam_file_append(char *);
 FILE *I_fopen_cam_file_old(char *);
-int I_georef(double, double, double *, double *, double[3], double[3]);
 
 /* group_elev.c */
 FILE *I_fopen_group_elev_new(char *);



More information about the grass-commit mailing list