Index: trunk/src/game/World.h
===================================================================
--- trunk/src/game/World.h (revision 44)
+++ trunk/src/game/World.h (revision 51)
@@ -148,5 +148,4 @@
     CONFIG_TALENTS_INSPECTING,
     CONFIG_CHAT_FAKE_MESSAGE_PREVENTING,
-    CONFIG_TCP_NO_DELAY,
     CONFIG_CORPSE_DECAY_NORMAL,
     CONFIG_CORPSE_DECAY_RARE,
Index: trunk/src/game/World.cpp
===================================================================
--- trunk/src/game/World.cpp (revision 49)
+++ trunk/src/game/World.cpp (revision 51)
@@ -540,5 +540,4 @@
 
 
-    m_configs[CONFIG_TCP_NO_DELAY] = sConfig.GetBoolDefault("TcpNoDelay", false);
     m_configs[CONFIG_GROUP_XP_DISTANCE] = sConfig.GetIntDefault("MaxGroupXPDistance", 74);
     /// \todo Add MonsterSight and GuarderSight (with meaning) in Trinityd.conf or put them as define
