summaryrefslogtreecommitdiff
path: root/protocols/Twitter/src/utility.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-04-26 22:24:58 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-04-26 22:24:58 +0000
commita7ecea148c70da66f744a0036f985bc97804d8b4 (patch)
tree007e11deee4595280f1941a178a4dfe9a79942f7 /protocols/Twitter/src/utility.h
parentf0ea2e2a1708b66b4b2a7db825a0987306a5fc5d (diff)
unified project for Twitter
git-svn-id: http://svn.miranda-ng.org/main/trunk@13181 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Twitter/src/utility.h')
-rw-r--r--protocols/Twitter/src/utility.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/protocols/Twitter/src/utility.h b/protocols/Twitter/src/utility.h
index 017fd2e9be..fec8d6b23c 100644
--- a/protocols/Twitter/src/utility.h
+++ b/protocols/Twitter/src/utility.h
@@ -92,9 +92,4 @@ inline void mbcs_to_tcs(UINT code_page, const char *mbstr, TCHAR *tstr, int tlen
MultiByteToWideChar(code_page, 0, mbstr, -1, tstr, tlen);
}
-inline void wcs_to_tcs(UINT code_page, const wchar_t *wstr, TCHAR *tstr, int tlen)
-{
- wcsncpy(tstr, wstr, tlen);
-}
-
bool save_url(HANDLE hNetlib,const std::string &url,const std::tstring &filename); \ No newline at end of file