[GRASS-SVN] r35271 - grass/trunk/include

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jan 7 14:23:21 EST 2009


Author: glynn
Date: 2009-01-07 14:23:21 -0500 (Wed, 07 Jan 2009)
New Revision: 35271

Modified:
   grass/trunk/include/display.h
Log:
Remove prototypes for non-existent functions


Modified: grass/trunk/include/display.h
===================================================================
--- grass/trunk/include/display.h	2009-01-07 19:21:30 UTC (rev 35270)
+++ grass/trunk/include/display.h	2009-01-07 19:23:21 UTC (rev 35271)
@@ -145,8 +145,6 @@
 
 /* tran_colr.c */
 int D_translate_color(const char *);
-int D_translate_or_add_color(const char *, int);
-int D_allocate_color(void);
 int D_parse_color(const char *, int);
 int D_use_color(int);
 int D_color_number_to_RGB(int, int *, int *, int *);



More information about the grass-commit mailing list