about summary refs log tree commit diff
path: root/converter/other/pstopnm.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-06-07 02:50:13 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-06-07 02:50:13 +0000
commit7d4696c13826a3ade3d5c80911402e7f7fde8a02 (patch)
treeab118031fff7335ff963506a6fe6a5546550ce6a /converter/other/pstopnm.c
parent630bd142f7979ea02dcbdb803c1da743ca010717 (diff)
downloadnetpbm-mirror-7d4696c13826a3ade3d5c80911402e7f7fde8a02.tar.gz
netpbm-mirror-7d4696c13826a3ade3d5c80911402e7f7fde8a02.tar.xz
netpbm-mirror-7d4696c13826a3ade3d5c80911402e7f7fde8a02.zip
cleanup
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1926 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/pstopnm.c')
-rw-r--r--converter/other/pstopnm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/converter/other/pstopnm.c b/converter/other/pstopnm.c
index 8454caff..84d64bb5 100644
--- a/converter/other/pstopnm.c
+++ b/converter/other/pstopnm.c
@@ -731,7 +731,6 @@ execGhostscript(int          const inputPipeFd,
                 int          const xres,
                 int          const yres,
                 unsigned int const textalphabits,
-                char         const inputFileName[],
                 bool         const verbose) {
     
     const char * arg0;
@@ -817,7 +816,7 @@ executeGhostscript(char                    const pstrans[],
         close(pipefd[1]);
         execGhostscript(pipefd[0], ghostscriptDevice, outfileArg,
                         xsize, ysize, xres, yres, textalphabits,
-                        inputFileName, verbose);
+                        verbose);
     } else {
         pid_t const ghostscriptPid = rc;
         int const pipeToGhostscriptFd = pipefd[1];