remove appcommand media-play_pause option deprecation

This commit is contained in:
Shelley Vohr 2018-05-23 09:24:32 -07:00
parent 003a5a0160
commit 3deffa859d
No known key found for this signature in database
GPG key ID: F13993A75599653C
2 changed files with 0 additions and 17 deletions

View file

@ -143,10 +143,6 @@ bool NativeWindowViews::ExecuteWindowsCommand(int command_id) {
std::string command = AppCommandToString(command_id);
NotifyWindowExecuteWindowsCommand(command);
if (command_id == APPCOMMAND_MEDIA_PLAY_PAUSE)
// FIXME(htk3): Remove media-play_pause in 3.0
NotifyWindowExecuteWindowsCommand("media-play_pause");
return false;
}