[GRASS-SVN] r31417 - grass/trunk/lib/imagery

svn_grass at osgeo.org svn_grass at osgeo.org
Mon May 19 03:03:40 EDT 2008


Author: glynn
Date: 2008-05-19 03:03:40 -0400 (Mon, 19 May 2008)
New Revision: 31417

Modified:
   grass/trunk/lib/imagery/group.c
Log:
Remove local prototypes


Modified: grass/trunk/lib/imagery/group.c
===================================================================
--- grass/trunk/lib/imagery/group.c	2008-05-19 07:03:17 UTC (rev 31416)
+++ grass/trunk/lib/imagery/group.c	2008-05-19 07:03:40 UTC (rev 31417)
@@ -65,7 +65,6 @@
 int I_get_subgroup (char *group,char *subgroup)
 {
     FILE *fd;
-    FILE *I_fopen_group_file_old();
     int stat;
 
     *subgroup = 0;
@@ -85,7 +84,6 @@
 int I_put_subgroup(char *group,char *subgroup)
 {
     FILE *fd;
-    FILE *I_fopen_group_file_new();
 
     if (!I_find_group(group))
 	return 0;
@@ -150,8 +148,6 @@
     char name[INAME_LEN], mapset[INAME_LEN];
     char color[20];
     FILE *fd;
-    FILE *I_fopen_group_ref_old();
-    FILE *I_fopen_subgroup_ref_old();
 
     I_init_group_ref (ref);
 
@@ -295,10 +291,7 @@
 {
     int n;
     FILE *fd;
-    FILE *I_fopen_group_ref_new();
-    FILE *I_fopen_subgroup_ref_new();
 
-
     if (*subgroup == 0)
 	fd = I_fopen_group_ref_new(group) ;
     else



More information about the grass-commit mailing list