summaryrefslogtreecommitdiff
path: root/src/map/mapreg.h
diff options
context:
space:
mode:
authorKenpachi Developer <Kenpachi.Developer@gmx.de>2020-05-11 01:33:39 +0200
committerKenpachi Developer <Kenpachi.Developer@gmx.de>2020-05-12 06:33:06 +0200
commitd80274aa9483c6d2d0e1a70b85f654a7d0eddb04 (patch)
tree98aa9cfadcd0e8c08042fe5607ad4a0595c3e97d /src/map/mapreg.h
parent94155c04e142ed5e441ffd4f07ff85290e5b4cd5 (diff)
downloadhercules-d80274aa9483c6d2d0e1a70b85f654a7d0eddb04.tar.gz
hercules-d80274aa9483c6d2d0e1a70b85f654a7d0eddb04.tar.bz2
hercules-d80274aa9483c6d2d0e1a70b85f654a7d0eddb04.tar.xz
hercules-d80274aa9483c6d2d0e1a70b85f654a7d0eddb04.zip
Remove old mapreg table related code and config
Diffstat (limited to 'src/map/mapreg.h')
-rw-r--r--src/map/mapreg.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/mapreg.h b/src/map/mapreg.h
index 772a6cb61..f97cd997d 100644
--- a/src/map/mapreg.h
+++ b/src/map/mapreg.h
@@ -47,7 +47,6 @@ struct mapreg_interface {
/* */
struct eri *ers; //[Ind/Hercules]
/* */
- char table[32];
char num_db[32]; //!< Name of SQL table which holds permanent global integer variables.
char str_db[32]; //!< Name of SQL table which holds permanent global string variables.
/* */
@@ -70,7 +69,6 @@ struct mapreg_interface {
int (*destroyreg) (union DBKey key, struct DBData *data, va_list ap);
void (*reload) (void);
bool (*config_read_registry) (const char *filename, const struct config_setting_t *config, bool imported);
- bool (*config_read) (const char *filename, const struct config_setting_t *config, bool imported);
};
#ifdef HERCULES_CORE