Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
630b9592
Commit
630b9592
authored
Jul 24, 2010
by
Juanma Barranquero
Browse files
* w32fns.c (w32_to_x_color): Remove, unused.
parent
0c1085c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
19 deletions
+4
-19
src/ChangeLog
src/ChangeLog
+4
-0
src/w32fns.c
src/w32fns.c
+0
-19
No files found.
src/ChangeLog
View file @
630b9592
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_.
...
...
src/w32fns.c
View file @
630b9592
...
...
@@ -785,25 +785,6 @@ DEFUN ("w32-default-color-map", Fw32_default_color_map, Sw32_default_color_map,
return (cmap);
}
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)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment