diff options
Diffstat (limited to 'protocols/ICQ-WIM/src/utils.cpp')
-rw-r--r-- | protocols/ICQ-WIM/src/utils.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/protocols/ICQ-WIM/src/utils.cpp b/protocols/ICQ-WIM/src/utils.cpp index 55465a77b3..d59d423f6f 100644 --- a/protocols/ICQ-WIM/src/utils.cpp +++ b/protocols/ICQ-WIM/src/utils.cpp @@ -311,15 +311,6 @@ void CIcqProto::setId(MCONTACT hContact, const char *szSetting, __int64 iValue) ///////////////////////////////////////////////////////////////////////////////////////// -void parseGroup(CMStringW &wszGroup) -{ - wszGroup.Replace(L">", L"\\"); - if (wszGroup[0] == '\\') - wszGroup.Delete(0, 1); -} - -///////////////////////////////////////////////////////////////////////////////////////// - char* time2text(time_t time) { if (time == 0) |