Skip to content

Commit 1bb1b45

Browse files
committed
[EXPLORER] Do not handle volume controls via Explorer
We have `stobject` for that.
1 parent cb8278b commit 1bb1b45

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

base/shell/explorer/taskswnd.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1604,12 +1604,6 @@ class CTaskSwitchWnd :
16041604
return TRUE;
16051605
switch (uAppCmd)
16061606
{
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;
16131607
case APPCOMMAND_BROWSER_SEARCH:
16141608
return SHFindFiles(NULL, NULL);
16151609
}

0 commit comments

Comments
 (0)