summaryrefslogtreecommitdiff
path: root/src/account-server/main-account.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/account-server/main-account.cpp')
-rw-r--r--src/account-server/main-account.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/account-server/main-account.cpp b/src/account-server/main-account.cpp
index 70cde480..a53e693d 100644
--- a/src/account-server/main-account.cpp
+++ b/src/account-server/main-account.cpp
@@ -33,7 +33,6 @@
#include "configuration.h"
#include "resourcemanager.h"
-#include "skill.h"
#include "account-server/accounthandler.hpp"
#include "account-server/guildmanager.hpp"
#include "account-server/serverhandler.hpp"
@@ -53,8 +52,6 @@
bool running = true; /**< Determines if server keeps running */
-Skill skillTree("base"); /**< Skill tree */
-
Configuration config; /**< XML config reader */
utils::StringFilter *stringFilter; /**< Slang's Filter */
@@ -167,17 +164,6 @@ void initialize()
exit(2);
}
-
-#if defined (MYSQL_SUPPORT)
- LOG_INFO("Using MySQL DB Backend.");
-#elif defined (POSTGRESQL_SUPPORT)
- LOG_INFO("Using PostGreSQL DB Backend.");
-#elif defined (SQLITE_SUPPORT)
- LOG_INFO("Using SQLite DB Backend.");
-#else
- LOG_WARN("No Database Backend Support.");
-#endif
-
// Initialize configuration defaults
config.setValue("dbuser", "");
config.setValue("dbpass", "");