From 545f6240cf70e7b26335c8a42e095fbc86888648 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 14 Oct 2006 16:25:29 +0000 Subject: Eliminate K-R function declarations git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@84 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/libppmcmap.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'lib/libppmcmap.c') diff --git a/lib/libppmcmap.c b/lib/libppmcmap.c index c1243cb6..954488d7 100644 --- a/lib/libppmcmap.c +++ b/lib/libppmcmap.c @@ -774,15 +774,7 @@ ppm_findclosestcolor(const pixel * const colormap, void -#if __STDC__ ppm_colorrowtomapfile(FILE *ofp, pixel *colormap, int ncolors, pixval maxval) -#else -ppm_colorrowtomapfile(ofp, colormap, ncolors, maxval) - FILE *ofp; - pixel *colormap; - int ncolors; - pixval maxval; -#endif { int i; -- cgit 1.4.1