changeset 109494:2dbdaf17fcfa

* w32fns.c, xfaces.c: Remove obsolete static declarations.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 23 Jul 2010 11:52:32 +0200
parents 73388ad3c364
children 2899bda31dbe
files src/ChangeLog src/w32fns.c src/xfaces.c
diffstat 3 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Jul 23 03:39:20 2010 +0200
+++ b/src/ChangeLog	Fri Jul 23 11:52:32 2010 +0200
@@ -1,3 +1,9 @@
+2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
+
+	* w32fns.c (x_edge_detection):
+	* xfaces.c (may_use_scalable_font_p):
+	Remove obsolete static declarations.
+
 2010-07-20  Juanma Barranquero  <lekktu@gmail.com>
 
 	* alloc.c (emacs_blocked_free, emacs_blocked_malloc)
--- a/src/w32fns.c	Fri Jul 23 03:39:20 2010 +0200
+++ b/src/w32fns.c	Fri Jul 23 11:52:32 2010 +0200
@@ -439,8 +439,6 @@
 void x_set_menu_bar_lines (struct frame *, Lisp_Object, Lisp_Object);
 void x_set_title (struct frame *, Lisp_Object, Lisp_Object);
 void x_set_tool_bar_lines (struct frame *, Lisp_Object, Lisp_Object);
-static void x_edge_detection (struct frame *, struct image *, Lisp_Object,
-                              Lisp_Object);
 
 
 
--- a/src/xfaces.c	Fri Jul 23 03:39:20 2010 +0200
+++ b/src/xfaces.c	Fri Jul 23 11:52:32 2010 +0200
@@ -513,7 +513,6 @@
 static void map_tty_color (struct frame *, struct face *,
                            enum lface_attribute_index, int *);
 static Lisp_Object resolve_face_name (Lisp_Object, int);
-static int may_use_scalable_font_p (const char *);
 static void set_font_frame_param (Lisp_Object, Lisp_Object);
 static int get_lface_attributes (struct frame *, Lisp_Object, Lisp_Object *,
                                  int, struct named_merge_point *);