[gegl] ppm-load: Remove unnecessary protos
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] ppm-load: Remove unnecessary protos
- Date: Tue, 22 Jun 2010 12:22:33 +0000 (UTC)
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]