about summary refs log tree commit diff
path: root/editor/pamundice.c
diff options
context:
space:
mode:
Diffstat (limited to 'editor/pamundice.c')
-rw-r--r--editor/pamundice.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/editor/pamundice.c b/editor/pamundice.c
index 90bac9f6..5c504356 100644
--- a/editor/pamundice.c
+++ b/editor/pamundice.c
@@ -54,7 +54,7 @@ parseCommandLine(int argc, char ** argv,
     optStruct3 opt;
     
     unsigned int acrossSpec, downSpec;
-    unsigned int instemSpec, hoverlapSpec, voverlapSpec;
+    unsigned int hoverlapSpec, voverlapSpec;
     unsigned int option_def_index;
 
     MALLOCARRAY_NOFAIL(option_def, 100);
@@ -90,10 +90,6 @@ parseCommandLine(int argc, char ** argv,
     if (!voverlapSpec)
         cmdlineP->voverlap = 0;
 
-    if (!instemSpec)
-        pm_error("You must specify the -instem option to indicate where to "
-                 "get the input images.");
-
     if (argc-1 < 1)
         pm_error("You must specify one argument: the input file name "
                  "pattern (e.g. 'myimage%%2a%%2d.pnm')");