mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[SHELL32]
* Remove a leftover from when this file was C++. CORE-8846 #resolve #comment Should be fixed in trunk r65765, thanks. svn path=/trunk/; revision=65765
This commit is contained in:
parent
53b722f8d7
commit
ad76fad27f
1 changed files with 0 additions and 3 deletions
|
@ -385,9 +385,6 @@ static HTREEITEM InsertTreeViewItem( browse_info *info, IShellFolder * lpsf,
|
|||
tvi.lParam = (LPARAM)lptvid;
|
||||
|
||||
IShellFolder_AddRef(lpsf);
|
||||
#ifdef __REACTOS__
|
||||
IEnumIDList_AddRef(pEnumIL);
|
||||
#endif
|
||||
lptvid->lpsfParent = lpsf;
|
||||
lptvid->lpi = ILClone(pidl);
|
||||
lptvid->lpifq = pidlParent ? ILCombine(pidlParent, pidl) : ILClone(pidl);
|
||||
|
|
Loading…
Reference in a new issue