https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ede8794c4bb2b9a931d19…
commit ede8794c4bb2b9a931d19e45b40541315d46c132
Author: Thomas Faber <thomas.faber(a)reactos.org>
AuthorDate: Sat Mar 3 08:18:34 2018 +0100
Commit: Thomas Faber <thomas.faber(a)reactos.org>
CommitDate: Sat Mar 3 17:17:13 2018 +0100
[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 aa2f4e6985..5ab31c7647 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();