From f5e6124ee06f2c42f921391c186800adbeb8bc05 Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Fri, 20 Dec 2013 19:10:07 +0100 Subject: Fixed the rest of constructor reorders. --- src/ClientHandle.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/ClientHandle.h') diff --git a/src/ClientHandle.h b/src/ClientHandle.h index b426153b9..6f82d5d46 100644 --- a/src/ClientHandle.h +++ b/src/ClientHandle.h @@ -42,12 +42,6 @@ class cClientHandle : // tolua_export public cSocketThreads::cCallback { // tolua_export public: - enum ENUM_PRIORITY - { - E_PRIORITY_LOW, - E_PRIORITY_NORMAL - }; - static const int MAXBLOCKCHANGEINTERACTIONS = 20; // 5 didn't help, 10 still doesn't work in Creative, 20 seems to have done the trick #if defined(ANDROID_NDK) @@ -219,7 +213,6 @@ private: AString m_IPString; - int m_ProtocolVersion; AString m_Username; AString m_Password; @@ -291,8 +284,6 @@ private: /// m_State needs to be locked in the Destroy() function so that the destruction code doesn't run twice on two different threads cCriticalSection m_CSDestroyingState; - bool m_bKeepThreadGoing; - /// If set to true during csDownloadingWorld, the tick thread calls CheckIfWorldDownloaded() bool m_ShouldCheckDownloaded; -- cgit v1.2.3