]> granicus.if.org Git - nethack/commitdiff
yet-another has_color
authornhmall <nhmall@nethack.org>
Sun, 1 Dec 2019 03:20:03 +0000 (22:20 -0500)
committernhmall <nhmall@nethack.org>
Sun, 1 Dec 2019 03:20:03 +0000 (22:20 -0500)
sys/msdos/video.c

index 1429ade16e9ab47dceb67826ecdd6eea9443e747..2076c348993465c456a3567218e722f8acaa122d 100644 (file)
@@ -227,6 +227,7 @@ register int col, row;
     }
 }
 
+#if 0
 int
 has_color(int color)
 {
@@ -237,6 +238,7 @@ has_color(int color)
     return 0;
 #endif
 }
+#endif
 
 void
 home()