aboutsummaryrefslogtreecommitdiff
path: root/util/gmime-extra.h
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2017-10-10 01:49:06 -0400
committerDavid Bremner <david@tethera.net>2017-10-12 22:12:32 -0300
commit30e33dfdd14bc65189d8561ce0022b9ffafad1c4 (patch)
tree2fe937d136cb52e4d7bba455242449a7eac5f3f6 /util/gmime-extra.h
parentbfd669bb2ef01d3142dd8294c7e1326ee7503e39 (diff)
gmime-extra: remove duplicate GMimeAddressType typedef
"typedef GMimeAddressType GMimeRecipientType" is already present further down in the compatibility wrapper (with other typedefs). We don't need it twice.
Diffstat (limited to 'util/gmime-extra.h')
-rw-r--r--util/gmime-extra.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/gmime-extra.h b/util/gmime-extra.h
index de275bc1..e060bcc2 100644
--- a/util/gmime-extra.h
+++ b/util/gmime-extra.h
@@ -18,7 +18,6 @@ GMimeStream *g_mime_stream_stdout_new(void);
#define g_mime_certificate_get_fpr16(cert) g_mime_certificate_get_key_id (cert)
#define g_mime_certificate_get_uid(cert) g_mime_certificate_get_name (cert);
#else /* GMime >= 3.0 */
-typedef GMimeAddressType GMimeRecipientType;
#define GMIME_ENABLE_RFC_2047_WORKAROUNDS 0xdeadbeef
#define g_mime_certificate_get_uid(cert) g_mime_certificate_get_key_id (cert);