From 42095fb5cb7228f9dfb94965988029fd7f47b793 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 25 Feb 2016 13:36:37 +0000 Subject: Quotes: major code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@16335 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Quotes/src/Log.cpp | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'plugins/Quotes/src/Log.cpp') diff --git a/plugins/Quotes/src/Log.cpp b/plugins/Quotes/src/Log.cpp index a9ffb93389..fea13ef91b 100644 --- a/plugins/Quotes/src/Log.cpp +++ b/plugins/Quotes/src/Log.cpp @@ -25,19 +25,8 @@ namespace if (file.good()) { TCHAR szTime[20]; - // TCHAR sz[10000+1]; _tstrtime_s(szTime); file << szTime << _T(" ================================>\n") << rsMsg << _T("\n\n"); - - // size_t cBytes = rsMsg.size(); - // const TCHAR* p = rsMsg.c_str(); - // for(size_t c = 0;c < cBytes;c += 10000,p+=10000) - // { - // _tcsncpy_s(sz,p,10000); - // file << sz; - // } - // - // file << "\n\n"; } } } -- cgit v1.2.3