Commit 198f6e75 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

mshtml: Remove useless initialization.

parent faf9be02
......@@ -208,7 +208,6 @@ void ConnectionPoint_Init(ConnectionPoint *cp, ConnectionPointContainer *contain
cp->sinks = NULL;
cp->sinks_size = 0;
cp->iid = riid;
cp->next = NULL;
cp->data = data;
cp->next = container->cp_list;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment