client: remove redundant assignment

This is set by send_reply().
This commit is contained in:
wm4 2014-11-07 16:21:03 +01:00
parent 18ade94c89
commit c6cf38a4dd
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}