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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cgit.h b/cgit.h
index 1f8b1be..b5f00fc 100644
--- a/cgit.h
+++ b/cgit.h
@@ -51,10 +51,6 @@ typedef void (*configfn)(const char *name, const char *value);
typedef void (*filepair_fn)(struct diff_filepair *pair);
typedef void (*linediff_fn)(char *line, int len);
-typedef enum {
- ABOUT, COMMIT, SOURCE
-} filter_type;
-
struct cgit_filter {
char *cmd;
char **argv;