apply: make some parsing functions static again
[gitweb.git] / color.h
diff --git a/color.h b/color.h
index 6cae166c2b222f008a3c801bec5c485c6fc0b2ff..90627650fccc67c31261977a22544af131812bd1 100644 (file)
--- a/color.h
+++ b/color.h
@@ -21,11 +21,6 @@ struct strbuf;
  */
 #define COLOR_MAXLEN 75
 
-/*
- * IMPORTANT: Due to the way these color codes are emulated on Windows,
- * write them only using printf(), fprintf(), and fputs(). In particular,
- * do not use puts() or write().
- */
 #define GIT_COLOR_NORMAL       ""
 #define GIT_COLOR_RESET                "\033[m"
 #define GIT_COLOR_BOLD         "\033[1m"