diff options
author | George Hazan <george.hazan@gmail.com> | 2013-08-02 20:27:29 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-08-02 20:27:29 +0000 |
commit | c55fd3e3c7312d6a76bc8037df78c07cc269935f (patch) | |
tree | 968845c439d40d47e9f2537d93a03a69b862c03e /protocols/IcqOscarJ/src/UI | |
parent | 90515ba54eedc07949206451c243d1e2148a4e43 (diff) |
no need to publish that function at all
git-svn-id: http://svn.miranda-ng.org/main/trunk@5558 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ/src/UI')
-rw-r--r-- | protocols/IcqOscarJ/src/UI/userinfotab.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/IcqOscarJ/src/UI/userinfotab.cpp b/protocols/IcqOscarJ/src/UI/userinfotab.cpp index fa98402d66..ad4a171bc1 100644 --- a/protocols/IcqOscarJ/src/UI/userinfotab.cpp +++ b/protocols/IcqOscarJ/src/UI/userinfotab.cpp @@ -37,11 +37,8 @@ #define SVS_TIMESTAMP 9
#define SVS_STATUSID 10
-char* MirandaVersionToString(char* szStr, int bUnicode, int v, int m);
-
extern const char *nameXStatus[];
-
/////////////////////////////////////////////////////////////////////////////////////////
static void SetValue(CIcqProto* ppro, HWND hwndDlg, int idCtrl, HANDLE hContact, char* szModule, char* szSetting, int special)
|