diff options
author | George Hazan <george.hazan@gmail.com> | 2025-05-03 14:39:43 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-05-03 14:39:43 +0300 |
commit | d5fea0729fa274cf6697d376d8aaa45fd1d20523 (patch) | |
tree | 1c13b55612e2d79b3cfd42020ca282eca65ee574 /protocols/Steam/src/steam_menus.cpp | |
parent | 3450ef0b5b99eaad7694eeddd7556485effeafff (diff) |
fixes #4905 completely
Diffstat (limited to 'protocols/Steam/src/steam_menus.cpp')
-rw-r--r-- | protocols/Steam/src/steam_menus.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/protocols/Steam/src/steam_menus.cpp b/protocols/Steam/src/steam_menus.cpp index 1926c27179..110cb8f10a 100644 --- a/protocols/Steam/src/steam_menus.cpp +++ b/protocols/Steam/src/steam_menus.cpp @@ -1,6 +1,5 @@ #include "stdafx.h"
-int CSteamProto::hChooserMenu;
HGENMENU CSteamProto::contactMenuItems[CMI_MAX];
INT_PTR CSteamProto::AuthRequestCommand(WPARAM hContact, LPARAM)
@@ -92,10 +91,6 @@ void CSteamProto::OnInitStatusMenu() void CSteamProto::InitMenus()
{
- hChooserMenu = Menu_AddObject("SteamAccountChooser", LPGEN("Steam menu chooser"), nullptr, "Steam/MenuChoose");
-
- //////////////////////////////////////////////////////////////////////////////////////
- // Contact menu initialization
CMenuItem mi(&g_plugin);
mi.flags = CMIF_UNICODE;
|