aboutsummaryrefslogtreecommitdiff
path: root/nexgb/xcmisc/xcmisc.go
diff options
context:
space:
mode:
Diffstat (limited to 'nexgb/xcmisc/xcmisc.go')
-rw-r--r--nexgb/xcmisc/xcmisc.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/nexgb/xcmisc/xcmisc.go b/nexgb/xcmisc/xcmisc.go
index 5cff5f1..2240ee1 100644
--- a/nexgb/xcmisc/xcmisc.go
+++ b/nexgb/xcmisc/xcmisc.go
@@ -228,7 +228,6 @@ func getXIDListReply(buf []byte) *GetXIDListReply {
v.Ids[i] = xgb.Get32(buf[b:])
b += 4
}
- b = xgb.Pad(b)
return v
}