diff options
Diffstat (limited to 'protocols/IcqOscarJ')
-rw-r--r-- | protocols/IcqOscarJ/icq_proto.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/IcqOscarJ/icq_proto.cpp b/protocols/IcqOscarJ/icq_proto.cpp index ce46d9f719..1ada8888ca 100644 --- a/protocols/IcqOscarJ/icq_proto.cpp +++ b/protocols/IcqOscarJ/icq_proto.cpp @@ -334,9 +334,6 @@ int CIcqProto::OnModulesLoaded( WPARAM wParam, LPARAM lParam ) InitPopUps();
InitXStatusItems(FALSE);
- // TODO: add beta builds support to devel builds :)
- CallService(MS_UPDATE_REGISTERFL, 1683, (WPARAM)&pluginInfo);
-
if (hExtraXStatus == NULL)
{
if (HookProtoEvent(ME_CLIST_EXTRA_LIST_REBUILD, &CIcqProto::CListMW_ExtraIconsRebuild))
|