summaryrefslogtreecommitdiff
path: root/protocols/Discord/src/groupchat.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-01-11 19:29:11 +0200
committerGeorge Hazan <ghazan@miranda.im>2019-01-11 19:29:11 +0200
commit4807a16197ae1771718500a4dffd54fc334eb1b3 (patch)
tree35e4e6475783467ac3c12315c55e3a307e49520f /protocols/Discord/src/groupchat.cpp
parentcfa929299063067d13bf8349292b9bc22b43e4bf (diff)
Discord: code cleaning
Diffstat (limited to 'protocols/Discord/src/groupchat.cpp')
-rw-r--r--protocols/Discord/src/groupchat.cpp4
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)