aboutsummaryrefslogtreecommitdiffstats
path: root/em-format/e-mail-formatter-headers.c
diff options
context:
space:
mode:
Diffstat (limited to 'em-format/e-mail-formatter-headers.c')
-rw-r--r--em-format/e-mail-formatter-headers.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/em-format/e-mail-formatter-headers.c b/em-format/e-mail-formatter-headers.c
index 135b24f586..8c1a46a5de 100644
--- a/em-format/e-mail-formatter-headers.c
+++ b/em-format/e-mail-formatter-headers.c
@@ -560,12 +560,6 @@ emfe_headers_format (EMailFormatterExtension *extension,
}
static const gchar *
-emfe_headers_get_display_name (EMailFormatterExtension *extension)
-{
- return NULL;
-}
-
-static const gchar *
emfe_headers_get_description (EMailFormatterExtension *extension)
{
return NULL;
@@ -576,7 +570,6 @@ e_mail_formatter_headers_class_init (EMailFormatterExtensionClass *class)
{
class->mime_types = formatter_mime_types;
class->format = emfe_headers_format;
- class->get_display_name = emfe_headers_get_display_name;
class->get_description = emfe_headers_get_description;
}