comctl32/tests: Remove some dead code from TaskManager_OnRestoreMainWindow.

This commit is contained in:
Gerald Pfeifer 2010-05-13 22:10:04 +02:00 committed by Alexandre Julliard
parent 2ba53f476c
commit 3e2ff7e5fe
1 changed files with 0 additions and 3 deletions

View File

@ -502,11 +502,8 @@ static void SaveSettings(void)
static void TaskManager_OnRestoreMainWindow(void)
{
HMENU hMenu, hOptionsMenu;
BOOL OnTop;
hMenu = GetMenu(hMainWnd);
hOptionsMenu = GetSubMenu(hMenu, OPTIONS_MENU_INDEX);
OnTop = ((GetWindowLong(hMainWnd, GWL_EXSTYLE) & WS_EX_TOPMOST) != 0);
OpenIcon(hMainWnd);