From ede8794c4bb2b9a931d19e45b40541315d46c132 Mon Sep 17 00:00:00 2001 From: Thomas Faber Date: Sat, 3 Mar 2018 08:18:34 +0100 Subject: [PATCH] [EXPLORER] Remove SetBandSiteInfo hack. CORE-9809 --- base/shell/explorer/tbsite.cpp | 7 ------- 1 file changed, 7 deletions(-) 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();