aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-reply.c
diff options
context:
space:
mode:
Diffstat (limited to 'notmuch-reply.c')
-rw-r--r--notmuch-reply.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/notmuch-reply.c b/notmuch-reply.c
index 064d27e0..b5ca19c4 100644
--- a/notmuch-reply.c
+++ b/notmuch-reply.c
@@ -26,14 +26,13 @@
static void
reply_part (GMimeObject *part,
- unused (int *part_count),
- unused (int first));
+ unused (int *part_count));
static const notmuch_show_format_t format_reply = {
NULL,
NULL, NULL,
NULL, NULL, NULL,
- NULL, reply_part, NULL, NULL,
+ NULL, reply_part, NULL, NULL, NULL,
NULL, NULL,
NULL
};
@@ -87,8 +86,7 @@ show_reply_headers (GMimeMessage *message)
static void
reply_part (GMimeObject *part,
- unused (int *part_count),
- unused (int first))
+ unused (int *part_count))
{
GMimeContentDisposition *disposition;
GMimeContentType *content_type;