diff --git a/User.h b/User.h index bea8bd19..ebd1260c 100644 --- a/User.h +++ b/User.h @@ -111,7 +111,6 @@ public: const CString& GetUserPath() const { if (!CFile::Exists(m_sUserPath)) { CUtils::MakeDir(m_sUserPath); } return m_sUserPath; } const CString& GetDLPath() const { if (!CFile::Exists(m_sDLPath)) { CUtils::MakeDir(m_sDLPath); } return m_sDLPath; } - CString GetPemLocation() const; bool UseClientIP() const; bool GetKeepNick() const;