Small fixes. Removing some TODO comments which are no longer valid.

This commit is contained in:
lotodore
2009-06-13 10:52:12 +00:00
parent bf0fc6e9ca
commit 744e5c81d4
6 changed files with 4 additions and 14 deletions
-2
View File
@@ -433,14 +433,12 @@ void Session::voteKick(bool doKick)
bool Session::isNetworkClientRunning() const
{
// This, and every place which calls this, is a HACK.
// TODO
return myNetClient != NULL;
}
bool Session::isNetworkServerRunning() const
{
// This, and every place which calls this, is a HACK.
// TODO
return myNetServer != NULL;
}