summaryrefslogtreecommitdiff
path: root/plugins/VoiceService/src/VoiceCall.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/VoiceService/src/VoiceCall.cpp')
-rw-r--r--plugins/VoiceService/src/VoiceCall.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/VoiceService/src/VoiceCall.cpp b/plugins/VoiceService/src/VoiceCall.cpp
index f40d0a3f40..df2cb5ca11 100644
--- a/plugins/VoiceService/src/VoiceCall.cpp
+++ b/plugins/VoiceService/src/VoiceCall.cpp
@@ -100,7 +100,6 @@ bool VoiceCall::OnClose()
Button_FreeIcon_IcoLib(m_hwnd, IDC_ANSWERBTN);
calls.remove(this);
- RefreshFrame();
return false;
}
@@ -296,8 +295,6 @@ void VoiceCall::Notify(bool popup, bool sound, bool /*clist*/)
clistBlinking = true;
}*/
-
- RefreshFrame();
}
bool VoiceCall::IsFinished()