https://git.reactos.org/?p=reactos.git;a=commitdiff;h=da5b61f32fe6ef332fa22…
commit da5b61f32fe6ef332fa226bf1653cd12e08dc64f
Author: Giannis Adamopoulos <gadamopoulos(a)reactos.org>
AuthorDate: Sat Oct 14 18:36:02 2017 +0300
[EXPLORER] Remove an unnecessary refresh of the rebar and its bands.
---
base/shell/explorer/traywnd.cpp | 7 -------
1 file changed, 7 deletions(-)
diff --git a/base/shell/explorer/traywnd.cpp b/base/shell/explorer/traywnd.cpp
index d15eabfac3..f9d1f2ae39 100644
--- a/base/shell/explorer/traywnd.cpp
+++ b/base/shell/explorer/traywnd.cpp
@@ -1532,13 +1532,6 @@ ChangePos:
Horizontal = IsPosHorizontal();
- IUnknown_Exec(m_TrayBandSite,
- IID_IDeskBand,
- DBID_BANDINFOCHANGED,
- 0,
- NULL,
- NULL);
-
/* We're about to resize/move the start button, the rebar control and
the tray notification control */
dwp = BeginDeferWindowPos(3);