mirror of https://github.com/mpv-player/mpv
client: remove redundant assignment
This is set by send_reply().
This commit is contained in:
parent
18ade94c89
commit
c6cf38a4dd
|
@ -1154,7 +1154,6 @@ static void getproperty_fn(void *arg)
|
|||
.event_id = MPV_EVENT_GET_PROPERTY_REPLY,
|
||||
.data = prop,
|
||||
.error = req->status,
|
||||
.reply_userdata = req->userdata,
|
||||
};
|
||||
send_reply(req->reply_ctx, req->userdata, &reply);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue