Mercurial > emacs
changeset 40092:c495d30e2184
(x_laplace_read_row, x_laplace_write_row): Prototypes removed.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Sat, 20 Oct 2001 20:24:29 +0000 |
parents | 50e15b7c1a95 |
children | 479353d8bc19 |
files | src/xfns.c |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfns.c Sat Oct 20 15:16:30 2001 +0000 +++ b/src/xfns.c Sat Oct 20 20:24:29 2001 +0000 @@ -7715,10 +7715,6 @@ 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));