From 705e79f8088a686fc63abc5ee26f4d33fddd2c71 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Wed, 1 Oct 2014 22:11:43 +0200 Subject: [PATCH] Remove redundant CWebSocket::GetModule() CWebSocket inherits CSocket::GetModule() --- include/znc/WebModules.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/znc/WebModules.h b/include/znc/WebModules.h index 44e477e5..8d24e7c5 100644 --- a/include/znc/WebModules.h +++ b/include/znc/WebModules.h @@ -135,7 +135,6 @@ public: virtual Csock* GetSockObj(const CString& sHost, unsigned short uPort); static CString GetSkinPath(const CString& sSkinName); - CModule* GetModule() const { return (CModule*) m_pModule; } void GetAvailSkins(VCString& vRet) const; CString GetSkinName();