emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r100869: * w32fns.c, xfaces.c: Remove


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100869: * w32fns.c, xfaces.c: Remove obsolete static declarations.
Date: Fri, 23 Jul 2010 11:52:32 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100869
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Fri 2010-07-23 11:52:32 +0200
message:
  * w32fns.c, xfaces.c: Remove obsolete static declarations.
modified:
  src/ChangeLog
  src/w32fns.c
  src/xfaces.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-07-20 20:21:03 +0000
+++ b/src/ChangeLog     2010-07-23 09:52:32 +0000
@@ -1,3 +1,9 @@
+2010-07-23  Juanma Barranquero  <address@hidden>
+
+       * w32fns.c (x_edge_detection):
+       * xfaces.c (may_use_scalable_font_p):
+       Remove obsolete static declarations.
+
 2010-07-20  Juanma Barranquero  <address@hidden>
 
        * alloc.c (emacs_blocked_free, emacs_blocked_malloc)

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

=== modified file 'src/xfaces.c'
--- a/src/xfaces.c      2010-07-20 20:21:03 +0000
+++ b/src/xfaces.c      2010-07-23 09:52:32 +0000
@@ -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 *);


reply via email to

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