diff --git a/source/birchwood/client.d b/source/birchwood/client.d index bf576ee..b56734c 100644 --- a/source/birchwood/client.d +++ b/source/birchwood/client.d @@ -628,19 +628,6 @@ public final class Client : Thread sendQueueLock.unlock(); } - /* TODO: For commands with an expected reply */ - // private SList!() - private Object ask() - { - return null; - } - - - - - bool yes = true; - bool hasJoined = false; - private void processMessage(ubyte[] message) { // import std.stdio;