about summary refs log tree commit diff
path: root/lib/libpgm2.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpgm2.c')
-rw-r--r--lib/libpgm2.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libpgm2.c b/lib/libpgm2.c
index 00929c5a..21e5ef9a 100644
--- a/lib/libpgm2.c
+++ b/lib/libpgm2.c
@@ -37,10 +37,6 @@ pgm_writepgminit(FILE * const fileP,
             PGM_MAGIC1, 
             plainFormat || maxval >= 1<<16 ? PGM_MAGIC2 : RPGM_MAGIC2, 
             cols, rows, maxval );
-#ifdef VMS
-    if (!plainFormat)
-        set_outfile_binary();
-#endif
 }