From 9c947e10d211dfd33cb01e10ee79b33be65c2bf8 Mon Sep 17 00:00:00 2001 From: David Quintana Date: Fri, 12 Sep 2014 12:44:28 +0000 Subject: [PATCH] [EXPLORER-NEW] * Fix GCC build svn path=/branches/shell-experiments/; revision=64125 --- base/shell/explorer-new/traywnd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/base/shell/explorer-new/traywnd.c b/base/shell/explorer-new/traywnd.c index df2d16a51d6..086ca5c793b 100644 --- a/base/shell/explorer-new/traywnd.c +++ b/base/shell/explorer-new/traywnd.c @@ -2251,7 +2251,6 @@ static void ProcessMouseTracking(ITrayWindowImpl * This) static void ProcessAutoHide(ITrayWindowImpl * This) { - BOOL ret; RECT rc = This->rcTrayWnd[This->Position]; INT w = This->TraySize.cx - GetSystemMetrics(SM_CXBORDER) * 2 - 1; INT h = This->TraySize.cy - GetSystemMetrics(SM_CYBORDER) * 2 - 1;