changeset 17580:3ef7d28833f3

imformats.m: removed duplicate PGM entry
author Andreas Weber <andy.weber.aw@gmail.com>
date Sun, 06 Oct 2013 19:08:20 +0200
parents 0c6750ace8b4
children ab75e72c5b36
files scripts/image/imformats.m
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/image/imformats.m	Sun Oct 06 07:02:43 2013 -0700
+++ b/scripts/image/imformats.m	Sun Oct 06 19:08:20 2013 +0200
@@ -222,7 +222,6 @@
             "PBM",  {"pbm"},          false;
             "PCX",  {"pcx"},          true;
             "PGM",  {"pgm"},          false;
-            "PGM",  {"pgm"},          false;
             "PNG",  {"png"},          true;
             ## PNM is a family of formats supporting portable bitmaps (PBM),
             ## graymaps (PGM), and pixmaps (PPM). There is no file format