From 79d7a3971eb4d2175d4f3fbfa6e120e8bf39c88c Mon Sep 17 00:00:00 2001 From: darthgandalf Date: Mon, 27 Sep 2010 11:44:57 +0000 Subject: [PATCH] Remove unimplemented function from CTemplate. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2141 726aef4b-f618-498e-8847-2d620e286838 --- Template.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Template.h b/Template.h index d7a451fd..e215e814 100644 --- a/Template.h +++ b/Template.h @@ -151,7 +151,6 @@ public: void AppendPath(const CString& sPath, bool bIncludesOnly = false); void RemovePath(const CString& sPath); void ClearPaths(); - CString ResolvePath(const CString& sPath, const CString& sFilename); bool PrintString(CString& sRet); bool Print(ostream& oOut); bool Print(const CString& sFileName, ostream& oOut);