aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-11-14 15:38:16 +0000
committerJuanma Barranquero2007-11-14 15:38:16 +0000
commit5bdf7ff7c2f19a002dced63b0c103148c37c2aed (patch)
treee12ca8c35b9bbf690e53fc128c40b148f3d8155a
parent74084731475858dd97913dbe73989b06e2e9a39d (diff)
downloademacs-5bdf7ff7c2f19a002dced63b0c103148c37c2aed.tar.gz
emacs-5bdf7ff7c2f19a002dced63b0c103148c37c2aed.zip
Remove leftover comment.
-rw-r--r--src/w32fns.c4
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
74extern char *lispy_function_keys[]; 74extern 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 */
81Lisp_Object Vw32_color_map; 77Lisp_Object Vw32_color_map;
82 78