summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-07 17:00:02 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-07 17:07:42 +0300
commit60ad04e80489e73a0765530dbfffc18322043b1c (patch)
tree1018764a38a68418519d7606c43e20fea85ed161 /src/client.h
parent422d65e9407eb9a7ed18b894ad665a7925397ebf (diff)
downloadplus-60ad04e80489e73a0765530dbfffc18322043b1c.tar.gz
plus-60ad04e80489e73a0765530dbfffc18322043b1c.tar.bz2
plus-60ad04e80489e73a0765530dbfffc18322043b1c.tar.xz
plus-60ad04e80489e73a0765530dbfffc18322043b1c.zip
Create events manager class.
Move events logging into EventsManager.
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h3
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;