diff scripts/image/imformats.m @ 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 6dbc866379e2
children 4718af222d9d
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