diff --git a/cockatrice/src/remoteclient.cpp b/cockatrice/src/remoteclient.cpp index 13d75a04..3a597589 100644 --- a/cockatrice/src/remoteclient.cpp +++ b/cockatrice/src/remoteclient.cpp @@ -162,7 +162,6 @@ void RemoteClient::registerResponse(const Response &response) void RemoteClient::activateResponse(const Response &response) { - const Response_Activate &resp = response.GetExtension(Response_Activate::ext); if (response.response_code() == Response::RespActivationAccepted) { emit activateAccepted();