[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:
David Quintana 2014-10-26 17:06:58 +00:00
parent 845a63443c
commit f99f83df93

View file

@ -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;