aboutsummaryrefslogtreecommitdiff
path: root/cgit.h
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/cgit.h b/cgit.h
index f327627..508179a 100644
--- a/cgit.h
+++ b/cgit.h
@@ -25,9 +25,6 @@
#include <notes.h>
#include <graph.h>
-/* Add isgraph(x) to Git's sane ctype support (see git-compat-util.h) */
-#undef isgraph
-#define isgraph(x) (isprint((x)) && !isspace((x)))
/*
* Dateformats used on misc. pages