remove more dead code

This commit is contained in:
DarthArgus
2016-04-17 04:42:28 +00:00
parent 0e22ecd027
commit 7d03daec7d
3 changed files with 6 additions and 47 deletions
@@ -104,7 +104,6 @@ public:
static const int getClientHashTableSize ();
static const int getLagReportThreshold ();
static bool getValidateStationKey();
static const char * getSessionServers();
static const int getSessionType();
static bool getDisableSessionLogout();
@@ -349,15 +348,6 @@ inline const int ConfigConnectionServer::getLagReportThreshold()
// ----------------------------------------------------------------------
//------------------------------------------------------------------------------------------
inline bool ConfigConnectionServer::getValidateStationKey()
{
return data->validateStationKey;
}
//------------------------------------------------------------------------------------------
inline const char * ConfigConnectionServer::getSessionServers()
{
return data->sessionServers;