broadway: Remove last_serial from BroadwayReplyBase

This is not used anyway.
This commit is contained in:
Alexander Larsson
2013-01-07 15:27:39 +01:00
parent ad723bd9a9
commit 71e7912940
2 changed files with 0 additions and 2 deletions

View File

@ -85,7 +85,6 @@ send_reply (BroadwayClient *client,
GOutputStream *output;
reply->base.size = size;
reply->base.last_serial = client->last_seen_serial;
reply->base.in_reply_to = request ? request->base.serial : 0;
reply->base.type = type;