[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:
David Quintana 2014-12-20 16:47:35 +00:00
parent 53b722f8d7
commit ad76fad27f

View file

@ -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);