summaryrefslogtreecommitdiff
path: root/protocols/IcqOscarJ/src
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/IcqOscarJ/src')
-rw-r--r--protocols/IcqOscarJ/src/icq_popups.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/protocols/IcqOscarJ/src/icq_popups.cpp b/protocols/IcqOscarJ/src/icq_popups.cpp
index 28de27d6f7..e067fd966a 100644
--- a/protocols/IcqOscarJ/src/icq_popups.cpp
+++ b/protocols/IcqOscarJ/src/icq_popups.cpp
@@ -278,12 +278,8 @@ int CIcqProto::ShowPopupMsg(MCONTACT hContact, const char *szTitle, const char *
make_unicode_string_static( ICQTranslateUtfStatic(szTitle, str, sizeof(str)), ppd.lpwzContactName, MAX_CONTACTNAME);
make_unicode_string_static( ICQTranslateUtfStatic(szMsg, str, sizeof(str)), ppd.lpwzText, MAX_SECONDLINE);
ppd.lchContact = hContact;
- ppd.lchIcon = ppd.lchIcon;
- ppd.colorBack = ppd.colorBack;
- ppd.colorText = ppd.colorText;
ppd.PluginWindowProc = nullptr;
ppd.PluginData = nullptr;
- ppd.iSeconds = ppd.iSeconds;
return PUAddPopupT(&ppd);
}
return -1; // Failure