We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb8278b commit 1bb1b45Copy full SHA for 1bb1b45
base/shell/explorer/taskswnd.cpp
@@ -1604,12 +1604,6 @@ class CTaskSwitchWnd :
1604
return TRUE;
1605
switch (uAppCmd)
1606
{
1607
- case APPCOMMAND_VOLUME_MUTE:
1608
- case APPCOMMAND_VOLUME_DOWN:
1609
- case APPCOMMAND_VOLUME_UP:
1610
- // TODO: Try IMMDeviceEnumerator::GetDefaultAudioEndpoint first and then fall back to mixer.
1611
- FIXME("Call the mixer API to change the global volume\n");
1612
- return TRUE;
1613
case APPCOMMAND_BROWSER_SEARCH:
1614
return SHFindFiles(NULL, NULL);
1615
}
0 commit comments