]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_laplace_read_row, x_laplace_write_row): Prototypes removed.
authorPavel Janík <Pavel@Janik.cz>
Sat, 20 Oct 2001 20:24:29 +0000 (20:24 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sat, 20 Oct 2001 20:24:29 +0000 (20:24 +0000)
src/xfns.c

index 22c5bd9125442c5123cc216abdd1ab6af0dd3963..088d08521cac78de6cddaba4aec6644473b8b5f6 100644 (file)
@@ -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));