Do not expect anything from the destroy indow command because theres nothing

- removes the timeout delay because there's nothing
This commit is contained in:
2026-02-13 00:05:55 +00:00
parent 4c2bebd35f
commit 003c3c6cb6
+1 -2
View File
@@ -209,8 +209,7 @@ func (d *CDashDisplay) DestroyWindow(wID int16) error {
return err
}
var ack packets.AckPacket
err = d.WT.SendCommand(destroyWindowCMDID, bytes, &ack)
err = d.WT.SendCommand(destroyWindowCMDID, bytes, nil)
if err != nil {
return err
}