From 9214a134cad311e653e9ca01aa2cac6cf2b7d1c8 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sun, 7 Jul 2013 20:48:50 +0000 Subject: World: More unused variables removed. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1667 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/World.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'source') diff --git a/source/World.h b/source/World.h index cd19dc433..5da7218e2 100644 --- a/source/World.h +++ b/source/World.h @@ -550,6 +550,7 @@ private: cRedstoneSimulator * m_RedstoneSimulator; cCriticalSection m_CSPlayers; + cPlayerList m_Players; cWorldStorage m_Storage; @@ -579,9 +580,6 @@ private: bool m_IsSaplingBonemealable; bool m_IsSugarcaneBonemealable; - cClientHandleList m_Clients; - cPlayerList m_Players; - cCriticalSection m_CSFastSetBlock; sSetBlockList m_FastSetBlockQueue; -- cgit v1.2.3