From abedc3f573cd8986155959ab14485c031091f93a Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Wed, 15 Apr 2009 15:01:34 +0200 Subject: Make sure math functions are still inlined A function call could be quite a large overhead on top of a fast square root function. --- src/net/tmwserv/charserverhandler.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/net/tmwserv') diff --git a/src/net/tmwserv/charserverhandler.cpp b/src/net/tmwserv/charserverhandler.cpp index 27ac62fb..9739367b 100644 --- a/src/net/tmwserv/charserverhandler.cpp +++ b/src/net/tmwserv/charserverhandler.cpp @@ -254,11 +254,6 @@ void CharServerHandler::setCharCreateDialog(CharCreateDialog *window) mCharCreateDialog->setAttributes(attributes, 60, 1, 20); } -void connect(LoginData *loginData) -{ - // Uneeded -} - void CharServerHandler::chooseCharacter(int slot, LocalPlayer* character) { Net::AccountServer::Account::selectCharacter(slot); -- cgit v1.2.3-70-g09d2