Diffstat (limited to 'cgit.h')
| -rw-r--r-- | cgit.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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; |