From c003c99a75587ba39a45d164272760c33f9666b5 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 25 Feb 2011 16:20:41 +0100 Subject: Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedly --- composer/e-composer-private.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'composer/e-composer-private.h') diff --git a/composer/e-composer-private.h b/composer/e-composer-private.h index 9ed3b11c59..229897756f 100644 --- a/composer/e-composer-private.h +++ b/composer/e-composer-private.h @@ -61,10 +61,6 @@ #include #endif -#define E_MSG_COMPOSER_GET_PRIVATE(obj) \ - (G_TYPE_INSTANCE_GET_PRIVATE \ - ((obj), E_TYPE_MSG_COMPOSER, EMsgComposerPrivate)) - /* Mail configuration keys */ #define MAIL_GCONF_PREFIX \ "/apps/evolution/mail" -- cgit