mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[BROWSEUI]
* Sidebars are not implemented, but it's ok. No need to force a debug break in there. svn path=/branches/shell-experiments/; revision=65019
This commit is contained in:
parent
845a63443c
commit
f99f83df93
1 changed files with 0 additions and 2 deletions
|
@ -1179,8 +1179,6 @@ HRESULT CShellBrowser::ShowBand(const CLSID &classID, bool vertical)
|
|||
VARIANT vaIn;
|
||||
HRESULT hResult;
|
||||
|
||||
__debugbreak();
|
||||
|
||||
hResult = GetBaseBar(vertical, (IUnknown **)&theBaseBar);
|
||||
if (FAILED_UNEXPECTEDLY(hResult))
|
||||
return hResult;
|
||||
|
|
Loading…
Reference in a new issue