diff options
| author | Pavel Janík | 2001-10-20 20:24:29 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-10-20 20:24:29 +0000 |
| commit | a5218868b374e0840acd9feb5753b3cdb6023ee5 (patch) | |
| tree | 4b27539f185ed176d890c86cbf4e4ca7661ada5b /src | |
| parent | b6715b9f8a69966c552e4f88fca7d791c0055ffb (diff) | |
| download | emacs-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.c | 4 |
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 | ||
| 7718 | static void x_laplace_write_row P_ ((struct frame *, long *, | ||
| 7719 | int, XImage *, int)); | ||
| 7720 | static void x_laplace_read_row P_ ((struct frame *, Colormap, | ||
| 7721 | XColor *, int, XImage *, int)); | ||
| 7722 | static XColor *x_to_xcolors P_ ((struct frame *, struct image *, int)); | 7718 | static XColor *x_to_xcolors P_ ((struct frame *, struct image *, int)); |
| 7723 | static void x_from_xcolors P_ ((struct frame *, struct image *, XColor *)); | 7719 | static void x_from_xcolors P_ ((struct frame *, struct image *, XColor *)); |
| 7724 | static void x_detect_edges P_ ((struct frame *, struct image *, int[9], int)); | 7720 | static void x_detect_edges P_ ((struct frame *, struct image *, int[9], int)); |