From beeace93b8ae78c430810d2b7bb93936ac2d0f2a Mon Sep 17 00:00:00 2001 From: prozacx Date: Tue, 20 Sep 2005 04:30:56 +0000 Subject: [PATCH] Removed GetPemLocation() git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@516 726aef4b-f618-498e-8847-2d620e286838 --- User.h | 1 - 1 file changed, 1 deletion(-) 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;