diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-01-11 09:25:28 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-01-11 09:25:28 +0800 |
commit | e2fff99a0bee1744856414f45bdb4687ff452a3d (patch) | |
tree | c317c3054411091d589e2fdea0e763d751c4daaf | |
parent | 9468fc2f6b7f2c689dc35f7617b4a91d1bb04993 (diff) | |
download | gsoc2013-evolution-e2fff99a0bee1744856414f45bdb4687ff452a3d.tar gsoc2013-evolution-e2fff99a0bee1744856414f45bdb4687ff452a3d.tar.gz gsoc2013-evolution-e2fff99a0bee1744856414f45bdb4687ff452a3d.tar.bz2 gsoc2013-evolution-e2fff99a0bee1744856414f45bdb4687ff452a3d.tar.lz gsoc2013-evolution-e2fff99a0bee1744856414f45bdb4687ff452a3d.tar.xz gsoc2013-evolution-e2fff99a0bee1744856414f45bdb4687ff452a3d.tar.zst gsoc2013-evolution-e2fff99a0bee1744856414f45bdb4687ff452a3d.zip |
e-composer-header-table.c: Remove redundant #define.
-rw-r--r-- | composer/e-composer-header-table.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/composer/e-composer-header-table.c b/composer/e-composer-header-table.c index 2760ba50ee..b3846b40ce 100644 --- a/composer/e-composer-header-table.c +++ b/composer/e-composer-header-table.c @@ -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; |