about summary refs log tree commit diff
path: root/editor/specialty/ppmntsc.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2016-05-07 23:53:47 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2016-05-07 23:53:47 +0000
commit653afa852f4081ae034adc4148d950b6cf4ff890 (patch)
tree6fce479b585291c4ff2bbc366fd23b7a6fdc9345 /editor/specialty/ppmntsc.c
parentfe8a63f46ed1571370f3b6405ac332763b926f8c (diff)
downloadnetpbm-mirror-653afa852f4081ae034adc4148d950b6cf4ff890.tar.gz
netpbm-mirror-653afa852f4081ae034adc4148d950b6cf4ff890.tar.xz
netpbm-mirror-653afa852f4081ae034adc4148d950b6cf4ff890.zip
cleanup
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2762 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'editor/specialty/ppmntsc.c')
-rw-r--r--editor/specialty/ppmntsc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/editor/specialty/ppmntsc.c b/editor/specialty/ppmntsc.c
index a721b891..b44c64aa 100644
--- a/editor/specialty/ppmntsc.c
+++ b/editor/specialty/ppmntsc.c
@@ -392,14 +392,11 @@ convertOneImage(FILE *             const ifP,
         pixel * const inputRow = ppm_allocrow(cols);
         pixel * const outputRow = ppm_allocrow(cols);
 
-        pixel lastIllegalPixel;
-            /* Value of the illegal pixel we most recently processed */
         pixel black;
             /* A constant - black pixel */
 
         PPM_ASSIGN(black, 0, 0, 0);
 
-        PPM_ASSIGN(lastIllegalPixel, 0, 0, 0);  /* initial value */
         {
             unsigned int row;