]> git.sesse.net Git - cubemap/commitdiff
Remove a no longer relevant TODO.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 6 Apr 2013 16:18:35 +0000 (18:18 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 6 Apr 2013 16:18:35 +0000 (18:18 +0200)
server.cpp

index d894bd14d0a85d05783366fb60f0394fcf7c86dc..2f3f4c091b96223088252d402aebd26bbd848218 100644 (file)
@@ -252,7 +252,6 @@ void Server::process_client(Client *client)
                break;
        }
        default:
-               // TODO
                assert(false);
        }
 }