[BROWSEUI] Move _ILIsDesktop to a shared header to avoid having 3 instances of it
[reactos.git] / dll / win32 / browseui / shellbars / CISFBand.cpp
index 042a106..24426f6 100644 (file)
@@ -22,24 +22,6 @@ TODO:
     ** Implement responding to theme change
 */
 
-
-// ***Extras***
-/*++
-* @name _ILIsDesktop
-*
-* Checks whether the given PIDL is of Desktop folder or not.
-*
-* @param pidl
-*        PIDL to be checked.
-*
-* @return True if PIDL is of Desktop, otherwise false.
-*
-*--*/
-static BOOL _ILIsDesktop(LPCITEMIDLIST pidl)
-{
-    return (pidl == NULL || pidl->mkid.cb == 0);
-}
-
 //*****************************************************************************************
 // *** CISFBand ***