command: remove outdated MP_EVENT_WIN_STATE entries

These properties are handled very differently now, and being in that
list did pretty much nothing.
This commit is contained in:
wm4 2020-01-08 02:01:49 +01:00
parent 11b9315b3f
commit 7ce41cda05
1 changed files with 1 additions and 2 deletions

View File

@ -3514,8 +3514,7 @@ static const char *const *const mp_event_property_change[] = {
"demuxer-cache-state"),
E(MP_EVENT_WIN_RESIZE, "current-window-scale", "osd-width", "osd-height",
"osd-par", "osd-dimensions"),
E(MP_EVENT_WIN_STATE, "window-minimized", "display-names", "display-fps",
"fullscreen", "window-maximized"),
E(MP_EVENT_WIN_STATE, "display-names", "display-fps"),
E(MP_EVENT_CHANGE_PLAYLIST, "playlist", "playlist-pos", "playlist-pos-1",
"playlist-count", "playlist/count"),
E(MP_EVENT_CORE_IDLE, "core-idle", "eof-reached"),