From f57506f679a7bf4bd5b4692cbf5ed72b67eb175a Mon Sep 17 00:00:00 2001 From: Giannis Adamopoulos Date: Mon, 13 Mar 2017 21:21:50 +0000 Subject: [PATCH] [EXPLORER} -Cleanup some code that I forgot in the previous commit. svn path=/trunk/; revision=74166 --- reactos/base/shell/explorer/traywnd.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/reactos/base/shell/explorer/traywnd.cpp b/reactos/base/shell/explorer/traywnd.cpp index a62611c291b..21d3b78e639 100644 --- a/reactos/base/shell/explorer/traywnd.cpp +++ b/reactos/base/shell/explorer/traywnd.cpp @@ -2705,9 +2705,6 @@ HandleTrayContextMenu: AdjustSizerRect(rc, m_Position); - if (wParam == FALSE) - return 0; - return 0; }