From f960fd2dff5358f0e13eba7041d35855bf48c22e Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 24 Jun 2012 07:31:28 -0400 Subject: Reduce usage of g_type_class_peek_parent(). G_DEFINE_TYPE macros define a static "parent_class" variable. --- em-format/e-mail-formatter-error.c | 1 - 1 file changed, 1 deletion(-) (limited to 'em-format/e-mail-formatter-error.c') diff --git a/em-format/e-mail-formatter-error.c b/em-format/e-mail-formatter-error.c index 95f201145b..93b36b28bf 100644 --- a/em-format/e-mail-formatter-error.c +++ b/em-format/e-mail-formatter-error.c @@ -136,7 +136,6 @@ emfe_error_mime_types (EMailExtension *extension) static void e_mail_formatter_error_class_init (EMailFormatterErrorClass *klass) { - e_mail_formatter_error_parent_class = g_type_class_peek_parent (klass); } static void -- cgit