diff options
author | George Hazan <ghazan@miranda.im> | 2019-01-11 19:29:11 +0200 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-01-11 19:29:11 +0200 |
commit | 4807a16197ae1771718500a4dffd54fc334eb1b3 (patch) | |
tree | 35e4e6475783467ac3c12315c55e3a307e49520f /protocols/Discord/src/groupchat.cpp | |
parent | cfa929299063067d13bf8349292b9bc22b43e4bf (diff) |
Discord: code cleaning
Diffstat (limited to 'protocols/Discord/src/groupchat.cpp')
-rw-r--r-- | protocols/Discord/src/groupchat.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
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 <http://www.gnu.org/licenses/>. 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) |