e-composer-header-table.c: Remove redundant #define.

This commit is contained in:
Matthew Barnes
2013-01-10 20:25:28 -05:00
parent 9468fc2f6b
commit e2fff99a0b

View File

@ -47,10 +47,6 @@
"carbon copy of the message without appearing " \
"in the recipient list of the message")
#define E_COMPOSER_HEADER_TABLE_GET_PRIVATE(obj) \
(G_TYPE_INSTANCE_GET_PRIVATE \
((obj), E_TYPE_COMPOSER_HEADER_TABLE, EComposerHeaderTablePrivate))
struct _EComposerHeaderTablePrivate {
EComposerHeader *headers[E_COMPOSER_NUM_HEADERS];
GtkWidget *signature_label;