about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTFormat.c
diff options
context:
space:
mode:
Diffstat (limited to 'WWW/Library/Implementation/HTFormat.c')
-rw-r--r--WWW/Library/Implementation/HTFormat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/WWW/Library/Implementation/HTFormat.c b/WWW/Library/Implementation/HTFormat.c
index b5f8584d..3b33fb9a 100644
--- a/WWW/Library/Implementation/HTFormat.c
+++ b/WWW/Library/Implementation/HTFormat.c
@@ -254,6 +254,7 @@ PUBLIC char HTGetCharacter NOARGS
     return FROMASCII(ch);
 }
 
+#ifdef NOT_USED
 /*	Stream the data to an ouput file as binary
 */
 PUBLIC int HTOutputBinary ARGS2( int, 		input,
@@ -271,6 +272,7 @@ PUBLIC int HTOutputBinary ARGS2( int, 		input,
 	    fwrite(input_buffer, sizeof(char), status, output);
     } while (YES);
 }
+#endif /* NOT_USED */
 
 /*  Match maintype to any MIME type starting with maintype,
  *  for example:  image/gif should match image