summaryrefslogtreecommitdiff
path: root/plugins/VoiceService/src/VoiceCall.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-08-19 17:55:12 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-08-19 17:55:12 +0300
commit96f34ff28a65710520816b32a87ab6752c32c02f (patch)
tree4a9c80b8d45531bb05a7dacc97a5bddab58968f1 /plugins/VoiceService/src/VoiceCall.cpp
parent2fc7cab6c488e18f3178b9311418234851f81e7b (diff)
fixes #3167 (VoiceService: problems with frame) - no frame, no pain
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()