vserver 2.0 rc7
[linux-2.6.git] / scripts / lxdialog / colors.h
index d34dd37..25c5952 100644 (file)
  * Global variables
  */
 
-typedef struct {
-    char name[COLOR_NAME_LEN];
-    int value;
-} color_names_st;
-
-extern color_names_st color_names[];
 extern int color_table[][3];