Преглед на файлове

Most color_str.c functions are declared in colors.h

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@38124 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements преди 16 години
родител
ревизия
74369fd567
променени са 1 файла, в които са добавени 0 реда и са изтрити 4 реда
  1. 0 4
      include/gisdefs.h

+ 0 - 4
include/gisdefs.h

@@ -120,10 +120,6 @@ void G_clicker(void);
 
 /* 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 *);