summaryrefslogtreecommitdiffstats
path: root/src/libmime/message.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libmime/message.h')
-rw-r--r--src/libmime/message.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libmime/message.h b/src/libmime/message.h
index 0f5c3dfb7..ed9dfef6e 100644
--- a/src/libmime/message.h
+++ b/src/libmime/message.h
@@ -104,10 +104,6 @@ struct rspamd_mime_text_part {
GArray *utf_words;
UText utf_stripped_text; /* Used by libicu to represent the utf8 content */
- /* Unicode content, used by libicu */
- GArray *unicode_raw_content; /* unicode raw content (of UChar) */
- GArray *unicode_content; /* unicode processed content (of UChar) */
-
GPtrArray *newlines; /**< positions of newlines in text, relative to content*/
struct html_content *html;
GList *exceptions; /**< list of offsets of urls */