summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-10-11 20:13:44 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-10-11 20:13:44 +0000
commit30943c2ef3d7665ec8059478b175ccb933265509 (patch)
treec521aa56253d46d0104d2f2521b45940d7493c96 /src/map/map.h
parent004e7b1383b1a3aa9e0a4cdab746410c100b0305 (diff)
downloadhercules-30943c2ef3d7665ec8059478b175ccb933265509.tar.gz
hercules-30943c2ef3d7665ec8059478b175ccb933265509.tar.bz2
hercules-30943c2ef3d7665ec8059478b175ccb933265509.tar.xz
hercules-30943c2ef3d7665ec8059478b175ccb933265509.zip
- Removed login-sql connection variables from the map-server (the hell, these aren't used at all!)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8969 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/map/map.h b/src/map/map.h
index 9ea81ef4c..1c500a1cf 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -1468,13 +1468,7 @@ extern char item_db_db[32];
extern char item_db2_db[32];
extern char mob_db_db[32];
extern char mob_db2_db[32];
-extern char login_db[32];
-
-extern char login_db_level[32];
-extern char login_db_account_id[32];
-
extern char char_db[32];
-
extern char mail_db[32];
#endif /* not TXT_ONLY */