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.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/cgit.h b/cgit.h
index 6c7a941..163f355 100644
--- a/cgit.h
+++ b/cgit.h
@@ -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 {