diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client.h b/src/client.h index 957c49fed..d107632a5 100644 --- a/src/client.h +++ b/src/client.h @@ -336,8 +336,6 @@ public: bool checkPackets(const int type) const A_WARN_UNUSED; - static void logEvent(const SDL_Event &event); - PacketLimit mPacketLimits[PACKET_SIZE + 1]; void windowRemoved(const Window *const window); @@ -448,7 +446,6 @@ private: bool mInputFocused; bool mMouseFocused; bool mNewMessageFlag; - bool mLogInput; }; extern Client *client; |