qedit: Remove an unused and wrong assignment (PVS-Studio).

This commit is contained in:
Michael Stefaniuc 2015-01-21 12:01:05 +01:00 committed by Alexandre Julliard
parent 54aaa16d8f
commit 552037c925

View file

@ -658,7 +658,6 @@ HRESULT MediaDet_create(IUnknown * pUnkOuter, LPVOID * ppv) {
obj->cur_pin = NULL;
obj->num_streams = -1;
obj->cur_stream = 0;
*ppv = obj;
if (pUnkOuter)
obj->outer_unk = pUnkOuter;