From c5db1e15193bcd498703c4f06a428fab9f4a18a0 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 3 Apr 2014 18:59:47 +0200 Subject: Remove unnecessary factory function prototype Change-Id: I5fd41bca54c7b716003eea92e90ddfd08ebfa95a --- extensions/source/macosx/spotlight/main.m | 1 - 1 file changed, 1 deletion(-) diff --git a/extensions/source/macosx/spotlight/main.m b/extensions/source/macosx/spotlight/main.m index 3016a8a658b6..e231f69d2f51 100644 --- a/extensions/source/macosx/spotlight/main.m +++ b/extensions/source/macosx/spotlight/main.m @@ -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); // ----------------------------------------------------------------------------- -- cgit