From d6cee242e3d126794547fb7c1d1d863962557ef3 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Sun, 24 May 2015 00:53:08 +0200 Subject: [PATCH] Another gcc warning-as error removal --- cockatrice/src/remoteclient.cpp | 1 - 1 file changed, 1 deletion(-) 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();