[EXPLORER] Remove SetBandSiteInfo hack. CORE-9809
authorThomas Faber <thomas.faber@reactos.org>
Sat, 3 Mar 2018 07:18:34 +0000 (08:18 +0100)
committerThomas Faber <thomas.faber@reactos.org>
Sat, 3 Mar 2018 16:17:13 +0000 (17:17 +0100)
base/shell/explorer/tbsite.cpp

index aa2f4e6..5ab31c7 100644 (file)
@@ -329,13 +329,6 @@ public:
             bsi.dwStyle = (Locked ? BSIS_LOCKED | BSIS_NOGRIPPER : BSIS_AUTOGRIPPER);
 
             hRet = m_BandSite->SetBandSiteInfo(&bsi);
-
-            /* HACK for CORE-9809 ! */
-            if (hRet == E_NOTIMPL)
-                hRet = S_OK;
-            else
-                ERR("HACK for CORE-9809 no longer needed!\n");
-
             if (SUCCEEDED(hRet))
             {
                 hRet = Update();