diff options
| -rw-r--r-- | src/w32fns.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/w32fns.c b/src/w32fns.c index 2b7cf0f6117..6c07f469496 100644 --- a/src/w32fns.c +++ b/src/w32fns.c | |||
| @@ -73,10 +73,6 @@ extern int quit_char; | |||
| 73 | 73 | ||
| 74 | extern char *lispy_function_keys[]; | 74 | extern char *lispy_function_keys[]; |
| 75 | 75 | ||
| 76 | /* The gray bitmap `bitmaps/gray'. This is done because w32term.c uses | ||
| 77 | it, and including `bitmaps/gray' more than once is a problem when | ||
| 78 | config.h defines `static' as an empty replacement string. */ | ||
| 79 | |||
| 80 | /* The colormap for converting color names to RGB values */ | 76 | /* The colormap for converting color names to RGB values */ |
| 81 | Lisp_Object Vw32_color_map; | 77 | Lisp_Object Vw32_color_map; |
| 82 | 78 | ||