summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-03 18:59:47 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-04 10:05:56 +0200
commitc5db1e15193bcd498703c4f06a428fab9f4a18a0 (patch)
tree82a2226ba91c753265edf3626c6dbf55bdceadb6 /extensions
parentf565646382e1383276bcf4cac30b614cdaccc056 (diff)
Remove unnecessary factory function prototype
Change-Id: I5fd41bca54c7b716003eea92e90ddfd08ebfa95a
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/macosx/spotlight/main.m1
1 files changed, 0 insertions, 1 deletions
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);
// -----------------------------------------------------------------------------