mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 18:31:26 +00:00
[EXPLORER] Remove SetBandSiteInfo hack. CORE-9809
This commit is contained in:
parent
ca22dc9bb5
commit
ede8794c4b
1 changed files with 0 additions and 7 deletions
|
@ -329,13 +329,6 @@ public:
|
||||||
bsi.dwStyle = (Locked ? BSIS_LOCKED | BSIS_NOGRIPPER : BSIS_AUTOGRIPPER);
|
bsi.dwStyle = (Locked ? BSIS_LOCKED | BSIS_NOGRIPPER : BSIS_AUTOGRIPPER);
|
||||||
|
|
||||||
hRet = m_BandSite->SetBandSiteInfo(&bsi);
|
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))
|
if (SUCCEEDED(hRet))
|
||||||
{
|
{
|
||||||
hRet = Update();
|
hRet = Update();
|
||||||
|
|
Loading…
Reference in a new issue