diff options
author | Peter Powell <petpow@saberuk.com> | 2017-07-12 16:46:26 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2017-07-12 16:46:51 +0100 |
commit | 38df6072e933f963a316bda62ac8462af8696a20 (patch) | |
tree | b6ef04b662a948f1b918d7679e1514401b63884a /src | |
parent | 7851faac62d7a83c94cd5d37e0109b5d0a152bf9 (diff) |
Remove an unused variable in m_cloaking.
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/m_cloaking.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_cloaking.cpp b/src/modules/m_cloaking.cpp index c114516c9..cb3fdac1a 100644 --- a/src/modules/m_cloaking.cpp +++ b/src/modules/m_cloaking.cpp @@ -143,7 +143,6 @@ class ModuleCloaking : public Module std::string prefix; std::string suffix; std::string key; - const char* xtab[4]; dynamic_reference<HashProvider> Hash; ModuleCloaking() : cu(this), mode(MODE_OPAQUE), ck(this), Hash(this, "hash/md5") |