[gegl] ppm-load: Remove unnecessary protos



commit 2e00d9da6d04846e8a994a49f67cb198a51b16e3
Author: Mukund Sivaraman <muks banu com>
Date:   Tue Jun 22 17:51:11 2010 +0530

    ppm-load: Remove unnecessary protos

 operations/external/ppm-load.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/operations/external/ppm-load.c b/operations/external/ppm-load.c
index d433e0f..7250be8 100644
--- a/operations/external/ppm-load.c
+++ b/operations/external/ppm-load.c
@@ -53,13 +53,6 @@ typedef struct {
 
 static void
 ppm_load_read_header(FILE       *fp,
-                     pnm_struct *img);
-static void
-ppm_load_read_image(FILE       *fp,
-                    pnm_struct *img);
-
-static void
-ppm_load_read_header(FILE       *fp,
                      pnm_struct *img)
   {
     /* PPM Headers Variable Declaration */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]