diff options
author | George Hazan <george.hazan@gmail.com> | 2012-05-26 15:36:17 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-05-26 15:36:17 +0000 |
commit | 1ee7fc10f76d284b5b8bc4ed4d93bdd1a057d55b (patch) | |
tree | 79e7cc2d2fe0288f934f577610ea612e340235f1 /plugins/Svc_vi/CVersionInfo.h | |
parent | 1d9dd615e5f1a43d3b78f37b5aaae836dfac1c4d (diff) |
andalso Unicode logging
git-svn-id: http://svn.miranda-ng.org/main/trunk@183 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Svc_vi/CVersionInfo.h')
-rw-r--r-- | plugins/Svc_vi/CVersionInfo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Svc_vi/CVersionInfo.h b/plugins/Svc_vi/CVersionInfo.h index aef6eb3256..eb55b808fc 100644 --- a/plugins/Svc_vi/CVersionInfo.h +++ b/plugins/Svc_vi/CVersionInfo.h @@ -104,7 +104,6 @@ class CVersionInfo void PrintInformationsToMessageBox();
void PrintInformationsToOutputDebugString();
void PrintInformationsToClipboard(bool);
- void UploadToSite(TCHAR *text = NULL);
std::tstring GetListAsString(std::list<CPlugin>&, DWORD flags, int beautify);
std::tstring GetInformationsAsString(int bDisableForumStyle = 0);
|