broadway: Remove last_serial from BroadwayReplyBase
This is not used anyway.
This commit is contained in:
@ -224,7 +224,6 @@ typedef enum {
|
||||
|
||||
typedef struct {
|
||||
guint32 size;
|
||||
guint32 last_serial;
|
||||
guint32 in_reply_to;
|
||||
guint32 type;
|
||||
} BroadwayReplyBase, BroadwayReplySync;
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user