aboutsummaryrefslogtreecommitdiff
path: root/src/trinityrealm/AuthSocket.h
diff options
context:
space:
mode:
authorn0n4m3 <none@none>2010-03-09 18:53:22 +0300
committern0n4m3 <none@none>2010-03-09 18:53:22 +0300
commit5411468f5dc6c49c230a3c7f09cd31872c2b5e5e (patch)
treee904a7a70be6eeb72429cc4c6950f59e290956bf /src/trinityrealm/AuthSocket.h
parent269728b9ae3b0d2b154f96f82cfa703dde7ce2aa (diff)
Removed unused function bool AuthSocket::IsLag, also small code cleanup.
--HG-- branch : trunk
Diffstat (limited to 'src/trinityrealm/AuthSocket.h')
-rw-r--r--src/trinityrealm/AuthSocket.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/trinityrealm/AuthSocket.h b/src/trinityrealm/AuthSocket.h
index 16a74636820..13fc9b0080a 100644
--- a/src/trinityrealm/AuthSocket.h
+++ b/src/trinityrealm/AuthSocket.h
@@ -58,7 +58,6 @@ class AuthSocket: public RealmSocket::Session
FILE *pPatch;
ACE_Thread_Mutex patcherLock;
- bool IsLag();
private:
RealmSocket& socket_;