Author: dquintana
Date: Sun Oct 26 17:06:58 2014
New Revision: 65019
URL:
http://svn.reactos.org/svn/reactos?rev=65019&view=rev
Log:
[BROWSEUI]
* Sidebars are not implemented, but it's ok. No need to force a debug break in there.
Modified:
branches/shell-experiments/dll/win32/browseui/shellbrowser.cpp
Modified: branches/shell-experiments/dll/win32/browseui/shellbrowser.cpp
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/dll/win32/bro…
==============================================================================
--- branches/shell-experiments/dll/win32/browseui/shellbrowser.cpp [iso-8859-1]
(original)
+++ branches/shell-experiments/dll/win32/browseui/shellbrowser.cpp [iso-8859-1] Sun Oct 26
17:06:58 2014
@@ -1179,8 +1179,6 @@
VARIANT vaIn;
HRESULT hResult;
- __debugbreak();
-
hResult = GetBaseBar(vertical, (IUnknown **)&theBaseBar);
if (FAILED_UNEXPECTEDLY(hResult))
return hResult;