From 60ad04e80489e73a0765530dbfffc18322043b1c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 7 Oct 2013 17:00:02 +0300 Subject: Create events manager class. Move events logging into EventsManager. --- src/client.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/client.h') 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; -- cgit v1.2.3-60-g2f50