diff options
Diffstat (limited to 'dviware/dvidvi/dvidvi.c')
-rw-r--r-- | dviware/dvidvi/dvidvi.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/dviware/dvidvi/dvidvi.c b/dviware/dvidvi/dvidvi.c index 86988cce8e..0e2b9b0f2a 100644 --- a/dviware/dvidvi/dvidvi.c +++ b/dviware/dvidvi/dvidvi.c @@ -179,16 +179,6 @@ int prettycolumn ; /* the column we are at when running pretty */ int ptexdvi ; /* true if dvi file is extended (TATEKUMI) */ #endif -#ifdef WIN32 -void win32_fprintf(FILE *fp, const char *fmt, ...) { - va_list argp; - - va_start(argp, fmt); - win32_vfprintf(fp, fmt, argp); - va_end(argp); -} -#endif - /* * This array holds values that indicate the length of a command, if * we aren't concerned with that command (which is most of them) or |