Remove unnecessary factory function prototype

Change-Id: I5fd41bca54c7b716003eea92e90ddfd08ebfa95a
This commit is contained in:
Stephan Bergmann
2014-04-03 18:59:47 +02:00
parent f565646382
commit c5db1e1519

View File

@@ -77,7 +77,6 @@ typedef struct __MetadataImporterPluginType
MetadataImporterPluginType *AllocMetadataImporterPluginType(CFUUIDRef inFactoryID);
void DeallocMetadataImporterPluginType(MetadataImporterPluginType *thisInstance);
HRESULT MetadataImporterQueryInterface(void *thisInstance,REFIID iid,LPVOID *ppv);
void *MetadataImporterPluginFactory(CFAllocatorRef allocator,CFUUIDRef typeID);
ULONG MetadataImporterPluginAddRef(void *thisInstance);
ULONG MetadataImporterPluginRelease(void *thisInstance);
// -----------------------------------------------------------------------------