summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-06-04 17:07:44 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-06-04 17:07:44 +0300
commitb5b392f1b06f3910ea9cc27b32cb82fea34d6bfa (patch)
treea60772dca171ad4bfa346bfb1f44017a660191a4 /plugins
parent3cab1bee6e943c6e6ed6363120b53c33464f3a04 (diff)
more fixes for #1963
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Clist_modern/src/modern_clcpaint.cpp3
-rw-r--r--plugins/Clist_modern/src/modern_clcpaint.h3
2 files changed, 0 insertions, 6 deletions
diff --git a/plugins/Clist_modern/src/modern_clcpaint.cpp b/plugins/Clist_modern/src/modern_clcpaint.cpp
index 1d8df8f040..04280de335 100644
--- a/plugins/Clist_modern/src/modern_clcpaint.cpp
+++ b/plugins/Clist_modern/src/modern_clcpaint.cpp
@@ -54,10 +54,7 @@ const char* CLCPaint::HASHTEXT[hi_LastItem] = {
"DND",
"NA",
"OCCUPIED",
- "FREECHAT",
"INVISIBLE",
- "OUTTOLUNCH",
- "ONTHEPHONE",
"IDLE",
"OFFLINE",
"Row",
diff --git a/plugins/Clist_modern/src/modern_clcpaint.h b/plugins/Clist_modern/src/modern_clcpaint.h
index 2496f4a0b6..d6bb60af40 100644
--- a/plugins/Clist_modern/src/modern_clcpaint.h
+++ b/plugins/Clist_modern/src/modern_clcpaint.h
@@ -62,10 +62,7 @@ private:
hi_DND,
hi_NA,
hi_OCCUPIED,
- hi_FREECHAT,
hi_INVISIBLE,
- hi_OUTTOLUNCH,
- hi_ONTHEPHONE,
hi_IDLE,
hi_OFFLINE,
hi_Row,