]> granicus.if.org Git - nethack/commitdiff
Removing unused function which also contained coding error (calling putc instead...
authorBart House <bart@barthouse.com>
Sat, 2 Sep 2017 18:06:10 +0000 (11:06 -0700)
committerPasi Kallinen <paxed@alt.org>
Mon, 4 Sep 2017 09:41:53 +0000 (12:41 +0300)
src/windows.c

index 66b52b58bcce6f431a44046f0ffdc581ee83b966..af3d978cf1585ddb8baa089299ad1c914a1150eb 100644 (file)
@@ -1169,15 +1169,6 @@ dump_close_log()
     }
 }
 
-void
-dump_putc(ch)
-int ch;
-{
-    /* Not very efficient, but we mostly don't care. */
-    if (dumplog_file)
-        putc(ch, dumplog_file);
-}
-
 void
 dump_forward_putstr(win, attr, str, no_forward)
 winid win;