]> Pileus Git - ~andy/gtk/commitdiff
broadway: Remove last_serial from BroadwayReplyBase
authorAlexander Larsson <alexl@redhat.com>
Mon, 7 Jan 2013 14:27:39 +0000 (15:27 +0100)
committerAlexander Larsson <alexl@redhat.com>
Tue, 8 Jan 2013 17:05:05 +0000 (18:05 +0100)
This is not used anyway.

gdk/broadway/broadway-protocol.h
gdk/broadway/broadwayd.c

index 6472910be3a3c8e04083577e116bb3978478e2db..1b524b4429bcc75c6b3dd7c69893bfa9af3d4d80 100644 (file)
@@ -224,7 +224,6 @@ typedef enum {
 
 typedef struct {
   guint32 size;
-  guint32 last_serial;
   guint32 in_reply_to;
   guint32 type;
 } BroadwayReplyBase, BroadwayReplySync;
index 2eb8c8389f4d3b24ab5c267e33e4b0b0aaf50689..dce7b7f58ae81ceb19e80844adab670fa11310ff 100644 (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;