Remove useless reference to IQPayload

This commit is contained in:
Mickael Remond
2019-06-27 09:59:19 +02:00
parent 781b875cf1
commit 3fa1a4b387

View File

@@ -24,7 +24,6 @@ type ControlField struct {
}
type ControlSetResponse struct {
IQPayload
XMLName xml.Name `xml:"urn:xmpp:iot:control setResponse"`
}