projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[EXPLORER] Remove SetBandSiteInfo hack. CORE-9809
[reactos.git]
/
base
/
shell
/
explorer
/
tbsite.cpp
diff --git
a/base/shell/explorer/tbsite.cpp
b/base/shell/explorer/tbsite.cpp
index
aa2f4e6
..
5ab31c7
100644
(file)
--- 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);
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();
if (SUCCEEDED(hRet))
{
hRet = Update();