mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 11:03:54 -07:00
Another gcc warning-as error removal
This commit is contained in:
parent
21155ce54a
commit
d6cee242e3
1 changed files with 0 additions and 1 deletions
|
|
@ -162,7 +162,6 @@ void RemoteClient::registerResponse(const Response &response)
|
||||||
|
|
||||||
void RemoteClient::activateResponse(const Response &response)
|
void RemoteClient::activateResponse(const Response &response)
|
||||||
{
|
{
|
||||||
const Response_Activate &resp = response.GetExtension(Response_Activate::ext);
|
|
||||||
if (response.response_code() == Response::RespActivationAccepted) {
|
if (response.response_code() == Response::RespActivationAccepted) {
|
||||||
emit activateAccepted();
|
emit activateAccepted();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue