comparison src/w32fns.c @ 86067:e1989ca5c28e

Remove leftover comment.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 14 Nov 2007 15:38:16 +0000
parents 2557aa084b57
children e657f7e0b51e
comparison
equal deleted inserted replaced
86066:3d5cac1d55ea 86067:e1989ca5c28e
70 extern XCharStruct *w32_per_char_metric P_ ((XFontStruct *, wchar_t *, int)); 70 extern XCharStruct *w32_per_char_metric P_ ((XFontStruct *, wchar_t *, int));
71 71
72 extern int quit_char; 72 extern int quit_char;
73 73
74 extern char *lispy_function_keys[]; 74 extern char *lispy_function_keys[];
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 75
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
83 /* Non nil if alt key presses are passed on to Windows. */ 79 /* Non nil if alt key presses are passed on to Windows. */