summaryrefslogtreecommitdiff
path: root/plugins/VoiceService/src/services.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/services.cpp
parent2fc7cab6c488e18f3178b9311418234851f81e7b (diff)
fixes #3167 (VoiceService: problems with frame) - no frame, no pain
Diffstat (limited to 'plugins/VoiceService/src/services.cpp')
-rw-r--r--plugins/VoiceService/src/services.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/VoiceService/src/services.cpp b/plugins/VoiceService/src/services.cpp
index c8607ca99a..e068d3dd6f 100644
--- a/plugins/VoiceService/src/services.cpp
+++ b/plugins/VoiceService/src/services.cpp
@@ -126,8 +126,6 @@ INT_PTR VoiceRegister(WPARAM wParam, LPARAM)
return -3;
modules.insert(new VoiceProvider(in->name, in->description, in->flags, in->icon));
-
- RefreshFrame();
return 0;
}
@@ -150,8 +148,6 @@ INT_PTR VoiceUnregister(WPARAM wParam, LPARAM)
}
modules.remove(module);
-
- RefreshFrame();
return 0;
}