client API: remove comment about error status

mpv_event_property (for property observation) actually never sets an
error status. You cannot distinguish between unavailable properties and
properties which returned an error. Not sure if it ever did.
This commit is contained in:
wm4 2019-12-19 11:21:30 +01:00
parent b054abe7fc
commit ce9d2c9f8e
1 changed files with 0 additions and 1 deletions

View File

@ -1496,7 +1496,6 @@ typedef struct mpv_event_property {
*
* Note that this is set to NULL if retrieving the property failed (the
* format will be MPV_FORMAT_NONE).
* See mpv_event.error for the status.
*/
void *data;
} mpv_event_property;