emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100889: * w32fns.c (w32_to_x_color):


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100889: * w32fns.c (w32_to_x_color): Remove, unused.
Date: Sat, 24 Jul 2010 22:52:43 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100889
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Sat 2010-07-24 22:52:43 +0200
message:
  * w32fns.c (w32_to_x_color): Remove, unused.
modified:
  src/ChangeLog
  src/w32fns.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-07-24 18:15:40 +0000
+++ b/src/ChangeLog     2010-07-24 20:52:43 +0000
@@ -1,3 +1,7 @@
+2010-07-24  Juanma Barranquero  <address@hidden>
+
+       * w32fns.c (w32_to_x_color): Remove, unused.
+
 2010-07-24  Andreas Schwab  <address@hidden>
 
        * lisp.h: Remove leftover P_.

=== modified file 'src/w32fns.c'
--- a/src/w32fns.c      2010-07-23 09:52:32 +0000
+++ b/src/w32fns.c      2010-07-24 20:52:43 +0000
@@ -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;


reply via email to

[Prev in Thread] Current Thread [Next in Thread]