[GRASS-SVN] r38124 - grass/trunk/include
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jun 30 11:57:50 EDT 2009
Author: glynn
Date: 2009-06-30 11:57:49 -0400 (Tue, 30 Jun 2009)
New Revision: 38124
Modified:
grass/trunk/include/gisdefs.h
Log:
Most color_str.c functions are declared in colors.h
Modified: grass/trunk/include/gisdefs.h
===================================================================
--- grass/trunk/include/gisdefs.h 2009-06-30 15:03:23 UTC (rev 38123)
+++ grass/trunk/include/gisdefs.h 2009-06-30 15:57:49 UTC (rev 38124)
@@ -120,10 +120,6 @@
/* color_str.c */
int G_num_standard_colors(void);
-struct color_rgb G_standard_color_rgb(int);
-int G_num_standard_color_names(void);
-const struct color_name *G_standard_color_name(int);
-int G_str_to_color(const char *, int *, int *, int *);
/* commas.c */
int G_insert_commas(char *);
More information about the grass-commit
mailing list