aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPavel Janík2001-10-20 20:24:29 +0000
committerPavel Janík2001-10-20 20:24:29 +0000
commita5218868b374e0840acd9feb5753b3cdb6023ee5 (patch)
tree4b27539f185ed176d890c86cbf4e4ca7661ada5b /src
parentb6715b9f8a69966c552e4f88fca7d791c0055ffb (diff)
downloademacs-a5218868b374e0840acd9feb5753b3cdb6023ee5.tar.gz
emacs-a5218868b374e0840acd9feb5753b3cdb6023ee5.zip
(x_laplace_read_row, x_laplace_write_row): Prototypes removed.
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));