diff options
Diffstat (limited to 'plugins/VoiceService/src/VoiceCall.cpp')
-rw-r--r-- | plugins/VoiceService/src/VoiceCall.cpp | 3 |
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() |