Browse Source

Remove prototypes for non-existent functions

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@35271 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 16 years ago
parent
commit
4d4ba142eb
1 changed files with 0 additions and 2 deletions
  1. 0 2
      include/display.h

+ 0 - 2
include/display.h

@@ -145,8 +145,6 @@ void D_symbol2(const SYMBOL *, double, double, const RGBA_Color *,
 
 /* 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 *);