Diffstat (limited to 'cgit.h')
| -rw-r--r-- | cgit.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -48,11 +48,6 @@ #define TM_MONTH (TM_YEAR / 12.0) -/* - * Default encoding - */ -#define PAGE_ENCODING "UTF-8" - 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); @@ -95,7 +90,6 @@ struct commitinfo { unsigned long committer_date; char *subject; char *msg; - char *msg_encoding; }; struct taginfo { |