From 173ebc9cb1aede3773af6102881316c2c6c43848 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Wed, 5 Jun 2019 09:09:34 +0300 Subject: remove some "LUNCH" artifacts --- plugins/BuddyPounce/src/resource.h | 6 ------ plugins/NewAwaySysMod/src/resource.h | 1 - protocols/Non-IM Contact/src/namereplacing.cpp | 2 +- 3 files changed, 1 insertion(+), 8 deletions(-) diff --git a/plugins/BuddyPounce/src/resource.h b/plugins/BuddyPounce/src/resource.h index 1f826f13f2..91afce81c7 100644 --- a/plugins/BuddyPounce/src/resource.h +++ b/plugins/BuddyPounce/src/resource.h @@ -17,18 +17,12 @@ #define CHK_NA 1006 #define CHK_OCCUPIED 1007 #define CHK_DND 1008 -#define CHK_FFC 1009 -#define CHK_PHONE 1010 -#define CHK_LUNCH 1011 #define CHK_ANYSTATUS 1012 #define CHK_ONLINE2 1013 #define CHK_AWAY2 1014 #define CHK_NA2 1015 #define CHK_OCCUPIED2 1016 #define CHK_DND2 1017 -#define CHK_FFC2 1018 -#define CHK_PHONE2 1019 -#define CHK_LUNCH2 1020 #define CHK_REUSE 1028 #define IDC_REUSETIMES 1029 #define CHK_GIVEUP 1030 diff --git a/plugins/NewAwaySysMod/src/resource.h b/plugins/NewAwaySysMod/src/resource.h index b29355eb11..144ea69431 100644 --- a/plugins/NewAwaySysMod/src/resource.h +++ b/plugins/NewAwaySysMod/src/resource.h @@ -116,7 +116,6 @@ #define IDC_POPUPOPTDLG_NANOTIFY 1085 #define IDC_POPUPOPTDLG_OCCNOTIFY 1086 #define IDC_POPUPOPTDLG_DNDNOTIFY 1087 -#define IDC_POPUPOPTDLG_FFCNOTIFY 1088 #define IDC_POPUPOPTDLG_DEFBGCOLOUR 1089 #define IDC_POPUPOPTDLG_DEFTEXTCOLOUR 1090 #define IDC_NOTIFYVARS_STATIC_TIME 1091 diff --git a/protocols/Non-IM Contact/src/namereplacing.cpp b/protocols/Non-IM Contact/src/namereplacing.cpp index d2b43eead9..54709aa37c 100644 --- a/protocols/Non-IM Contact/src/namereplacing.cpp +++ b/protocols/Non-IM Contact/src/namereplacing.cpp @@ -426,7 +426,7 @@ int lastChecked(CMStringA &szNewStr, const char *str) } -// do icon(x) 0=offline, 1=online, 10=lunch +// do icon(x) 0=offline, 1=online void checkIcon(MCONTACT hContact, char* string) { char* str = strstr(string, "icon("); -- cgit v1.2.3