From a5218868b374e0840acd9feb5753b3cdb6023ee5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Sat, 20 Oct 2001 20:24:29 +0000 Subject: [PATCH] (x_laplace_read_row, x_laplace_write_row): Prototypes removed. --- src/xfns.c | 4 ---- 1 file changed, 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) Algorithms ***********************************************************************/ -static void x_laplace_write_row P_ ((struct frame *, long *, - int, XImage *, int)); -static void x_laplace_read_row P_ ((struct frame *, Colormap, - XColor *, int, XImage *, int)); static XColor *x_to_xcolors P_ ((struct frame *, struct image *, int)); static void x_from_xcolors P_ ((struct frame *, struct image *, XColor *)); static void x_detect_edges P_ ((struct frame *, struct image *, int[9], int)); -- 2.39.2