aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-shell-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/e-mail-shell-view.c')
-rw-r--r--mail/e-mail-shell-view.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/mail/e-mail-shell-view.c b/mail/e-mail-shell-view.c
index 3be18b9804..74870e59cb 100644
--- a/mail/e-mail-shell-view.c
+++ b/mail/e-mail-shell-view.c
@@ -21,23 +21,10 @@
#include "e-mail-shell-view-private.h"
-enum {
- PROP_0
-};
-
GType e_mail_shell_view_type = 0;
static gpointer parent_class;
static void
-mail_shell_view_get_property (GObject *object,
- guint property_id,
- GValue *value,
- GParamSpec *pspec)
-{
- G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
-}
-
-static void
mail_shell_view_dispose (GObject *object)
{
e_mail_shell_view_private_dispose (E_MAIL_SHELL_VIEW (object));
@@ -196,7 +183,6 @@ mail_shell_view_class_init (EMailShellViewClass *class,
g_type_class_add_private (class, sizeof (EMailShellViewPrivate));
object_class = G_OBJECT_CLASS (class);
- object_class->get_property = mail_shell_view_get_property;
object_class->dispose = mail_shell_view_dispose;
object_class->finalize = mail_shell_view_finalize;
object_class->constructed = mail_shell_view_constructed;