mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
remove unused variable
svn path=/trunk/; revision=9052
This commit is contained in:
parent
bd41908243
commit
db6bcc0793
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue