diff options
| author | Juanma Barranquero | 2007-11-14 15:38:16 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-11-14 15:38:16 +0000 |
| commit | 5bdf7ff7c2f19a002dced63b0c103148c37c2aed (patch) | |
| tree | e12ca8c35b9bbf690e53fc128c40b148f3d8155a /src | |
| parent | 74084731475858dd97913dbe73989b06e2e9a39d (diff) | |
| download | emacs-5bdf7ff7c2f19a002dced63b0c103148c37c2aed.tar.gz emacs-5bdf7ff7c2f19a002dced63b0c103148c37c2aed.zip | |
Remove leftover comment.
Diffstat (limited to 'src')
| -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 | ||