about summary refs log tree commit diff
path: root/editor/specialty/pgmabel.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2016-05-07 23:53:38 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2016-05-07 23:53:38 +0000
commitfe8a63f46ed1571370f3b6405ac332763b926f8c (patch)
tree04ca5601ebc9accbf963b6982de1b280bf1431d0 /editor/specialty/pgmabel.c
parenta018c7180d022f284955218f2408b004942e8b4f (diff)
downloadnetpbm-mirror-fe8a63f46ed1571370f3b6405ac332763b926f8c.tar.gz
netpbm-mirror-fe8a63f46ed1571370f3b6405ac332763b926f8c.tar.xz
netpbm-mirror-fe8a63f46ed1571370f3b6405ac332763b926f8c.zip
cleanup
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2761 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'editor/specialty/pgmabel.c')
-rw-r--r--editor/specialty/pgmabel.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/editor/specialty/pgmabel.c b/editor/specialty/pgmabel.c
index 1764c5d7..1a6e481f 100644
--- a/editor/specialty/pgmabel.c
+++ b/editor/specialty/pgmabel.c
@@ -171,7 +171,6 @@ int main( argc, argv )
     float pixsize=0.1;
     /* no verbose, calculating both sides                                */
     int verb = FALSE, left = TRUE, right = TRUE;
-    int nologo = FALSE;
     const char* const usage = "[-help] [-axis N] [-factor N] [-pixsize N] [-left|-right] [-verbose] [pgmfile]";
 
     pgm_init( &argc, argv );
@@ -213,10 +212,6 @@ int main( argc, argv )
                 if ( right ) left = FALSE;
                 else pm_usage( usage );
             }
-        else if ( pm_keymatch( argv[argn], "-nologo", 4 ) )
-            {
-                nologo = TRUE;
-            }
         else
             pm_usage( usage );
         ++ argn;