From ef1a349d88912a89a8dd20ca1dcb342b6dc9c2ff Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 27 May 2019 18:45:43 +0300 Subject: fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses completely) --- plugins/NotifyAnything/src/main.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'plugins/NotifyAnything/src') diff --git a/plugins/NotifyAnything/src/main.cpp b/plugins/NotifyAnything/src/main.cpp index 7c3995e97e..231751a9f8 100644 --- a/plugins/NotifyAnything/src/main.cpp +++ b/plugins/NotifyAnything/src/main.cpp @@ -167,10 +167,7 @@ HICON getIcon(const std::wstring &name) icons[L"na"] = Skin_LoadIcon(SKINICON_STATUS_NA); icons[L"occupied"] = Skin_LoadIcon(SKINICON_STATUS_OCCUPIED); icons[L"dnd"] = Skin_LoadIcon(SKINICON_STATUS_DND); - icons[L"free4chat"] = Skin_LoadIcon(SKINICON_STATUS_FREE4CHAT); icons[L"invisible"] = Skin_LoadIcon(SKINICON_STATUS_INVISIBLE); - icons[L"onthephone"] = Skin_LoadIcon(SKINICON_STATUS_ONTHEPHONE); - icons[L"outtolunch"] = Skin_LoadIcon(SKINICON_STATUS_OUTTOLUNCH); icons[L"message"] = Skin_LoadIcon(SKINICON_EVENT_MESSAGE); icons[L"url"] = Skin_LoadIcon(SKINICON_EVENT_URL); -- cgit v1.2.3