summaryrefslogtreecommitdiff
path: root/plugins/VoiceService
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-11-13 17:37:40 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-11-13 17:37:40 +0300
commit30e12f4262ffd8e7c359d0b327d9c286f6492f7a (patch)
treedb95d7c6ebc4615239b0233d7a57db793cdfacab /plugins/VoiceService
parent866c1a991c8c8d8bab6808c58e5a6155cef61d11 (diff)
VoiceService: unused buttons removed
Diffstat (limited to 'plugins/VoiceService')
-rw-r--r--plugins/VoiceService/res/resource.rc2
-rw-r--r--plugins/VoiceService/src/resource.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/plugins/VoiceService/res/resource.rc b/plugins/VoiceService/res/resource.rc
index 0b1bbb13af..cd7836cb96 100644
--- a/plugins/VoiceService/res/resource.rc
+++ b/plugins/VoiceService/res/resource.rc
@@ -137,8 +137,6 @@ BEGIN
CONTROL "",-1,"Static",SS_BLACKFRAME,5,48,150,12
LTEXT "",IDC_DESCR,45,4,115,10,SS_WORDELLIPSIS
LTEXT "",IDC_ADDRESS,45,13,115,10,SS_WORDELLIPSIS
- CONTROL "M",IDC_MUTE,"Button",BS_AUTOCHECKBOX | BS_ICON | BS_PUSHLIKE | NOT WS_VISIBLE | WS_TABSTOP,128,30,12,12
- CONTROL "V",IDC_GGG,"Button",BS_AUTOCHECKBOX | BS_ICON | BS_PUSHLIKE | NOT WS_VISIBLE | WS_TABSTOP,143,30,12,12
ICON "",IDC_VIDEO,113,30,12,12,SS_REALSIZECONTROL
ICON "",IDC_ENCRYPTED,98,30,12,12,SS_REALSIZECONTROL
CONTROL "",IDC_AVATAR,"Static",SS_BITMAP | SS_REALSIZECONTROL,5,6,35,35
diff --git a/plugins/VoiceService/src/resource.h b/plugins/VoiceService/src/resource.h
index e68439d86c..70c6401c4a 100644
--- a/plugins/VoiceService/src/resource.h
+++ b/plugins/VoiceService/src/resource.h
@@ -78,8 +78,6 @@
#define ID_FRAMEPOPUP_HOLDCALL 40003
#define IDD_VOICECALL 40099
#define IDC_STATUS 40100
-#define IDC_MUTE 40101
-#define IDC_GGG 40102
#define IDC_VIDEO 40103
#define IDC_DESCR 40104
#define IDC_ENCRYPTED 40105