From bd6476307629a9635881dd51de7f671d6e166845 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 9 Jun 2015 18:10:42 +0200 Subject: command: remove unnecessary event IDs These were actually not needed for correct function, since individual property change notifications via mp_notify_property() are used. --- player/command.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'player/command.c') diff --git a/player/command.c b/player/command.c index 25b99744db..40ecd15916 100644 --- a/player/command.c +++ b/player/command.c @@ -3544,8 +3544,6 @@ static const char *const *const mp_event_property_change[] = { "demuxer-cache-time"), E(MP_EVENT_WIN_RESIZE, "window-scale"), E(MP_EVENT_WIN_STATE, "window-minimized", "display-names", "display-fps"), - E(MP_EVENT_AUDIO_DEVICES, "audio-device-list"), - E(MP_EVENT_DETECTED_AUDIO_DEVICE, "audio-out-detected-device"), }; #undef E -- cgit v1.2.3