Re: IPinImpl_QueryInternalConnections() is unused

2009-02-06 Thread Maarten Lankhorst
Hi Francois, 2009/2/4 Francois Gouget : > > dlls/qcap/pin.c defines an IPinImpl_QueryInternalConnections() function > but it is not actually used anywhere. Is there any reason to keep it? > > It sort of looks like IPin is a virtual class and that > IPin::QueryInternalConnections() is going to be i

IPinImpl_QueryInternalConnections() is unused

2009-02-04 Thread Francois Gouget
dlls/qcap/pin.c defines an IPinImpl_QueryInternalConnections() function but it is not actually used anywhere. Is there any reason to keep it? It sort of looks like IPin is a virtual class and that IPin::QueryInternalConnections() is going to be implemented in its descendents like VfwPin as is