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();