Remove CString::ToKBytes()

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1039 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2008-05-05 21:39:09 +00:00
parent 4ada00f542
commit 6857394d71
4 changed files with 6 additions and 11 deletions
-1
View File
@@ -128,7 +128,6 @@ public:
#endif
static CString ToPercent(double d);
static CString ToKBytes(double d);
static CString ToByteStr(unsigned long long d);
bool ToBool() const;