aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 22c5bd91254..088d08521ca 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -7715,10 +7715,6 @@ colors_in_color_table (n)
7715 Algorithms 7715 Algorithms
7716 ***********************************************************************/ 7716 ***********************************************************************/
7717 7717
7718static void x_laplace_write_row P_ ((struct frame *, long *,
7719 int, XImage *, int));
7720static void x_laplace_read_row P_ ((struct frame *, Colormap,
7721 XColor *, int, XImage *, int));
7722static XColor *x_to_xcolors P_ ((struct frame *, struct image *, int)); 7718static XColor *x_to_xcolors P_ ((struct frame *, struct image *, int));
7723static void x_from_xcolors P_ ((struct frame *, struct image *, XColor *)); 7719static void x_from_xcolors P_ ((struct frame *, struct image *, XColor *));
7724static void x_detect_edges P_ ((struct frame *, struct image *, int[9], int)); 7720static void x_detect_edges P_ ((struct frame *, struct image *, int[9], int));