diff options
Diffstat (limited to 'protocols/IcqOscarJ/src/fam_01service.cpp')
-rw-r--r-- | protocols/IcqOscarJ/src/fam_01service.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/IcqOscarJ/src/fam_01service.cpp b/protocols/IcqOscarJ/src/fam_01service.cpp index f78f6213fb..a7c45d0e1c 100644 --- a/protocols/IcqOscarJ/src/fam_01service.cpp +++ b/protocols/IcqOscarJ/src/fam_01service.cpp @@ -310,9 +310,6 @@ void CIcqProto::handleServiceFam(BYTE *pBuffer, WORD wBufferLength, snac_header if (!m_bSsiEnabled || info->isMigrating)
handleServUINSettings(wListenPort, info);
}
- else if (m_hNotifyNameInfoEvent)
- // Just notify that the set status note & mood process is finished
- SetEvent(m_hNotifyNameInfoEvent);
}
break;
|