diff options
Diffstat (limited to 'protocols/Steam/src/steam_dialogs.cpp')
-rw-r--r-- | protocols/Steam/src/steam_dialogs.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/protocols/Steam/src/steam_dialogs.cpp b/protocols/Steam/src/steam_dialogs.cpp index e75d1a913f..8819c17ad8 100644 --- a/protocols/Steam/src/steam_dialogs.cpp +++ b/protocols/Steam/src/steam_dialogs.cpp @@ -231,10 +231,6 @@ void CSteamOptionsBlockList::OnInitDialog() {
m_list.SetExtendedListViewStyle(LVS_EX_SUBITEMIMAGES | LVS_EX_FULLROWSELECT | LVS_EX_LABELTIP);
- HIMAGELIST hIml = m_list.CreateImageList(LVSIL_SMALL);
- //ImageList_AddIcon_Icolib(hIml, m_proto->LoadIconEx("group"));
- //ImageList_AddIcon_Icolib(hIml, LoadSkinnedIcon(SKINICON_EVENT_URL));
-
m_list.AddColumn(0, TranslateT("Name"), 220);
m_list.AddColumn(1, _T(""), 32 - GetSystemMetrics(SM_CXVSCROLL));
}
|