X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=base%2Fshell%2Fexplorer%2Ftbsite.cpp;h=5ab31c76479f0443b03f587ad03d83d2d248af8c;hp=aa2f4e6985075420b9ee13d8bd7dffddcb9c5f81;hb=ede8794c4bb2b9a931d19e45b40541315d46c132;hpb=ca22dc9bb5054c6d6365574c5c519901b5ae1036;ds=inline diff --git a/base/shell/explorer/tbsite.cpp b/base/shell/explorer/tbsite.cpp index aa2f4e69850..5ab31c76479 100644 --- a/base/shell/explorer/tbsite.cpp +++ b/base/shell/explorer/tbsite.cpp @@ -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();