summaryrefslogtreecommitdiff
path: root/protocols/VKontakte/src/vk_search.cpp
diff options
context:
space:
mode:
authorSergey Bolhovskoy <elzorfox@ya.ru>2014-10-04 12:59:00 +0000
committerSergey Bolhovskoy <elzorfox@ya.ru>2014-10-04 12:59:00 +0000
commit0c3fbeb0557c85cbe7c103053c869b6e3b42fab6 (patch)
treeae1193794d135f2a6e08a2a36c6ec741a156ee08 /protocols/VKontakte/src/vk_search.cpp
parent73c4eeff66a56dc1df1c19dd1841c77e6458f4a7 (diff)
VKontakte:
Upload files support part 1 (photo) version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@10683 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/src/vk_search.cpp')
-rw-r--r--protocols/VKontakte/src/vk_search.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/protocols/VKontakte/src/vk_search.cpp b/protocols/VKontakte/src/vk_search.cpp
index 5763f6d7ca..be75b5e3ff 100644
--- a/protocols/VKontakte/src/vk_search.cpp
+++ b/protocols/VKontakte/src/vk_search.cpp
@@ -18,16 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "stdafx.h"
-static bool tlstrstr(TCHAR* _s1, TCHAR* _s2)
-{
- TCHAR s1[200], s2[200];
- mir_sntprintf(s1, SIZEOF(s1), _T("%s"), _s1);
- mir_sntprintf(s2, SIZEOF(s2), _T("%s"), _s2);
- CharLowerBuff(s1, SIZEOF(s1));
- CharLowerBuff(s2, SIZEOF(s2));
- return (_tcsstr(s1, s2)==NULL);
-}
-
void CVkProto::SearchBasicThread(void* id)
{
debugLogA("CVkProto::OnSearchBasicThread");