summaryrefslogtreecommitdiff
path: root/plugins/Nudge/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-06-04 12:42:13 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-06-04 12:42:13 +0300
commit88d56b4791202034588ff5b10d9c05fff3019934 (patch)
tree36641740737a9e3a92adaa75116650373a9a2943 /plugins/Nudge/src
parent4a1f343d8684deaaa67e6ee56f0769b8bab8d6c8 (diff)
finally fixes #1963 (Remove Free for Chat, On the Phone and Out of Lunch statuses completely)
Diffstat (limited to 'plugins/Nudge/src')
-rw-r--r--plugins/Nudge/src/options.cpp3
-rw-r--r--plugins/Nudge/src/resource.h3
2 files changed, 0 insertions, 6 deletions
diff --git a/plugins/Nudge/src/options.cpp b/plugins/Nudge/src/options.cpp
index 97b1925047..4c88ba1d50 100644
--- a/plugins/Nudge/src/options.cpp
+++ b/plugins/Nudge/src/options.cpp
@@ -266,9 +266,6 @@ static INT_PTR CALLBACK DlgProcNudgeOpt(HWND hwnd, UINT msg, WPARAM wParam, LPAR
case IDC_CHECKST4:
case IDC_CHECKST5:
case IDC_CHECKST6:
- case IDC_CHECKST7:
- case IDC_CHECKST8:
- case IDC_CHECKST9:
case IDC_CHECKPOP:
case IDC_OPENMESSAGE:
case IDC_CHECKCLIST:
diff --git a/plugins/Nudge/src/resource.h b/plugins/Nudge/src/resource.h
index 6236ae9500..e6ef117378 100644
--- a/plugins/Nudge/src/resource.h
+++ b/plugins/Nudge/src/resource.h
@@ -48,10 +48,7 @@
#define IDC_CHECKST4 1023
#define IDC_CHECKST5 1024
#define IDC_CHECKST6 1025
-#define IDC_CHECKST7 1026
#define IDC_POPUPTEXTCOLOR 1027
-#define IDC_CHECKST8 1028
-#define IDC_CHECKST9 1029
#define IDC_BGCOLOUR 1030
#define IDC_PROTOLIST 1031
#define IDC_TEXTCOLOUR 1032