diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2016-01-14 14:31:13 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2016-01-14 14:31:13 +0100 |
commit | 1c581a072651524f3b0d91f33e22a42c4166dd96 (patch) | |
tree | 6f29692870f6c822e37f60b77de61f946d93b747 /cgit.h | |
parent | 513b3863d999f91b47d7e9f26710390db55f9463 (diff) |
ui-blob: Do not accept mimetype from user
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -173,7 +173,6 @@ struct cgit_query { char *sha2; char *path; char *name; - char *mimetype; char *url; char *period; int ofs; |