mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 08:34:52 -07:00
Hide unused parameters in common/ to avoid warnings
This commit is contained in:
parent
6c7ba0950a
commit
3102dd60f9
4 changed files with 16 additions and 16 deletions
|
|
@ -97,7 +97,7 @@ protected slots:
|
|||
void externalGameEventContainerReceived(const GameEventContainer &cont, qint64 sessionId);
|
||||
void externalResponseReceived(const Response &resp, qint64 sessionId);
|
||||
|
||||
virtual void doSendIslMessage(const IslMessage &msg, int serverId) { }
|
||||
virtual void doSendIslMessage(const IslMessage & /* msg */, int /* serverId */) { }
|
||||
protected:
|
||||
void prepareDestroy();
|
||||
void setDatabaseInterface(Server_DatabaseInterface *_databaseInterface);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue