Fix unused variable warnings

This commit is contained in:
Maarten Bent
2022-04-10 00:36:47 +02:00
parent 13a82b3d67
commit 87465898f3
2 changed files with 3 additions and 1 deletions

View File

@@ -122,7 +122,6 @@ public:
private:
PokeAdviseClient *m_client;
PokeAdviseConn *m_conn;
bool m_initDone;
wxDECLARE_NO_COPY_CLASS(PokeAdvisePersistentConnection);
};