summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-08-10 08:08:59 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-08-10 08:08:59 +0000
commit1937aba62081e8d39de0f9cc80ffa19c99e6a5ce (patch)
tree48f0ac3fb8be247ec5246100f4f11e9cc41b7bca /src/map/map.h
parent7e14af8bdab92fe3651e1de0471cfbd48e6753b3 (diff)
downloadhercules-1937aba62081e8d39de0f9cc80ffa19c99e6a5ce.tar.gz
hercules-1937aba62081e8d39de0f9cc80ffa19c99e6a5ce.tar.bz2
hercules-1937aba62081e8d39de0f9cc80ffa19c99e6a5ce.tar.xz
hercules-1937aba62081e8d39de0f9cc80ffa19c99e6a5ce.zip
Some small code cleaning
- removed unused create_storage() function - removed unused char_db mapserver config setting - adjusted formatting of mapserver config loading code git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13063 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h
index 429370a95..a86730963 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -648,7 +648,6 @@ 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 char_db[32];
#endif /* not TXT_ONLY */