X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/f4265f6c27b42ce61d3189a99cf9d6247304f9fe..9143355208b29540112fd1d4810d44b04b5486cc:/src/xfns.c diff --git a/src/xfns.c b/src/xfns.c index 9d4c1f8063..0a041a7dc9 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -2885,14 +2885,6 @@ x_icon (f, parms) background, border and mouse colors; also create the mouse cursor and the gray border tile. */ -static char cursor_bits[] = - { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - }; - static void x_make_gc (f) struct frame *f;