diff options
Diffstat (limited to 'src/dyetool/client.h')
-rw-r--r-- | src/dyetool/client.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/dyetool/client.h b/src/dyetool/client.h index b0fb4229f..860df5cf2 100644 --- a/src/dyetool/client.h +++ b/src/dyetool/client.h @@ -27,8 +27,6 @@ #include "listeners/actionlistener.h" -#include "net/serverinfo.h" - #ifdef USE_SDL2 #include <SDL2_framerate.h> #else @@ -115,8 +113,6 @@ class Client final : public ActionListener Skin *mSkin; int mButtonPadding; int mButtonSpacing; - int mPing; - bool mConfigAutoSaved; }; extern Client *client; |