From db6bcc0793f8a3379595b37e0605eff94ffb3c66 Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Fri, 9 Apr 2004 19:46:15 +0000 Subject: [PATCH] remove unused variable svn path=/trunk/; revision=9052 --- reactos/subsys/system/explorer/shell/mainframe.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reactos/subsys/system/explorer/shell/mainframe.cpp b/reactos/subsys/system/explorer/shell/mainframe.cpp index 6682b653879..730a5c60648 100644 --- a/reactos/subsys/system/explorer/shell/mainframe.cpp +++ b/reactos/subsys/system/explorer/shell/mainframe.cpp @@ -1052,8 +1052,7 @@ void MainFrame::FillBookmarks() g_Globals._icon_cache.get_icon(ICID_FAVORITES).add_to_imagelist(_himl, canvas); g_Globals._icon_cache.get_icon(ICID_BOOKMARK).add_to_imagelist(_himl, canvas); - ImageList_AddAlphaIcon(_himl, SmallIcon(IDI_DOT), COLORREF bk_color = RGB(255,255,255); -GetStockBrush(WHITE_BRUSH), canvas); + ImageList_AddAlphaIcon(_himl, SmallIcon(IDI_DOT), GetStockBrush(WHITE_BRUSH), canvas); g_Globals._icon_cache.get_icon(ICID_FOLDER).add_to_imagelist(_himl, canvas); g_Globals._icon_cache.get_icon(ICID_FOLDER).add_to_imagelist(_himl, canvas);