From 4807a16197ae1771718500a4dffd54fc334eb1b3 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 11 Jan 2019 19:29:11 +0200 Subject: Discord: code cleaning --- protocols/Discord/src/groupchat.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'protocols') diff --git a/protocols/Discord/src/groupchat.cpp b/protocols/Discord/src/groupchat.cpp index 0f769540dc..a612704f7c 100644 --- a/protocols/Discord/src/groupchat.cpp +++ b/protocols/Discord/src/groupchat.cpp @@ -20,7 +20,7 @@ along with this program. If not, see . enum { IDM_CANCEL, - IDM_CHANGENICK, IDM_CHANGETOPIC, IDM_INVITE, IDM_RENAME, IDM_DESTROY + IDM_CHANGENICK, IDM_CHANGETOPIC, IDM_RENAME, IDM_DESTROY }; ///////////////////////////////////////////////////////////////////////////////////////// @@ -43,8 +43,6 @@ static gc_item sttLogListItems[] = { LPGENW("&Rename channel"), IDM_RENAME, MENU_POPUPITEM }, { nullptr, 0, MENU_POPUPSEPARATOR }, { LPGENW("&Destroy channel"), IDM_DESTROY, MENU_POPUPITEM }, - { nullptr, 100, MENU_SEPARATOR, FALSE }, - { LPGENW("&Invite a user"), IDM_INVITE, MENU_ITEM }, }; int CDiscordProto::GroupchatMenuHook(WPARAM, LPARAM lParam) -- cgit v1.2.3