Mercurial > emacs
changeset 109514:58f948d1cf46
* w32fns.c (w32_to_x_color): Remove, unused.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sat, 24 Jul 2010 22:52:43 +0200 |
parents | 76c625d8ba20 |
children | 60055a69c9ae |
files | src/ChangeLog src/w32fns.c |
diffstat | 2 files changed, 4 insertions(+), 19 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sat Jul 24 14:44:54 2010 -0400 +++ b/src/ChangeLog Sat Jul 24 22:52:43 2010 +0200 @@ -1,3 +1,7 @@ +2010-07-24 Juanma Barranquero <lekktu@gmail.com> + + * w32fns.c (w32_to_x_color): Remove, unused. + 2010-07-24 Andreas Schwab <schwab@linux-m68k.org> * lisp.h: Remove leftover P_.
--- a/src/w32fns.c Sat Jul 24 14:44:54 2010 -0400 +++ b/src/w32fns.c Sat Jul 24 22:52:43 2010 +0200 @@ -786,25 +786,6 @@ } static Lisp_Object -w32_to_x_color (Lisp_Object rgb) -{ - Lisp_Object color; - - CHECK_NUMBER (rgb); - - BLOCK_INPUT; - - color = Frassq (rgb, Vw32_color_map); - - UNBLOCK_INPUT; - - if (!NILP (color)) - return (Fcar (color)); - else - return Qnil; -} - -static Lisp_Object w32_color_map_lookup (char *colorname) { Lisp_Object tail, ret = Qnil;