diff options
| author | 2022-07-22 14:37:28 +0100 | |
|---|---|---|
| committer | 2022-07-22 14:37:28 +0100 | |
| commit | 5f8e7fc4b2ea9cde18786aff1f04d9e8eebca594 (patch) | |
| tree | 4948a1172c4d6f3e2534948d4dcf67c1de7871e2 /src | |
| parent | Update the Alpine container to the latest release. (diff) | |
| download | inspircd++-5f8e7fc4b2ea9cde18786aff1f04d9e8eebca594.tar.gz inspircd++-5f8e7fc4b2ea9cde18786aff1f04d9e8eebca594.tar.bz2 inspircd++-5f8e7fc4b2ea9cde18786aff1f04d9e8eebca594.zip | |
Kill a now unused field in the showwhois module.
Diffstat (limited to 'src')
| -rw-r--r-- | src/modules/m_showwhois.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_showwhois.cpp b/src/modules/m_showwhois.cpp index 8dd1e6cc0..56147c5a4 100644 --- a/src/modules/m_showwhois.cpp +++ b/src/modules/m_showwhois.cpp @@ -79,7 +79,6 @@ class ModuleShowwhois final , public Whois::EventListener { private: - bool ShowWhoisFromOpers; SeeWhois sw; WhoisNoticeCmd cmd; |
