comctl32/tests: Remove some dead code from TaskManager_OnRestoreMainWindow.
This commit is contained in:
parent
2ba53f476c
commit
3e2ff7e5fe
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue