diff options
Diffstat (limited to 'plugins/StopSpamPlus/src/utils.cpp')
-rw-r--r-- | plugins/StopSpamPlus/src/utils.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/StopSpamPlus/src/utils.cpp b/plugins/StopSpamPlus/src/utils.cpp index b542d91469..f2aea2b380 100644 --- a/plugins/StopSpamPlus/src/utils.cpp +++ b/plugins/StopSpamPlus/src/utils.cpp @@ -31,11 +31,6 @@ bool IsExistMyMessage(MCONTACT hContact) return false;
}
-void SetDlgItemString(HWND hwndDlg, UINT idItem, std::wstring const &str)
-{
- SetDlgItemTextW(hwndDlg, idItem, str.c_str());
-}
-
tstring variables_parse(tstring const &tstrFormat, MCONTACT hContact)
{
if (ServiceExists(MS_VARS_FORMATSTRING)) {
|