summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
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/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
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/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
index 6b89841ad..bdfcbf931 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
@@ -1971,7 +1971,6 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(mapreg->save_timer, HP_mapreg_save_timer) },
{ HP_POP(mapreg->destroyreg, HP_mapreg_destroyreg) },
{ HP_POP(mapreg->reload, HP_mapreg_reload) },
- { HP_POP(mapreg->config_read, HP_mapreg_config_read) },
/* md5_interface */
{ HP_POP(md5->string, HP_md5_string) },
{ HP_POP(md5->binary, HP_md5_binary) },