mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Remove redundant CWebSocket::GetModule()
CWebSocket inherits CSocket::GetModule()
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user