diff options
Diffstat (limited to 'plugins/MirandaG15/src/CContactlistScreen.cpp')
-rw-r--r-- | plugins/MirandaG15/src/CContactlistScreen.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/MirandaG15/src/CContactlistScreen.cpp b/plugins/MirandaG15/src/CContactlistScreen.cpp index b1b0b962b4..4a3efb282a 100644 --- a/plugins/MirandaG15/src/CContactlistScreen.cpp +++ b/plugins/MirandaG15/src/CContactlistScreen.cpp @@ -149,9 +149,7 @@ void CContactlistScreen::OnConfigChanged() //************************************************************************
void CContactlistScreen::OnEventReceived(CEvent *pEvent)
{
- int iStatus = 0;
- switch(pEvent->eType)
- {
+ switch(pEvent->eType) {
case EVENT_SIGNED_ON:
case EVENT_SIGNED_OFF:
case EVENT_STATUS:
|