summaryrefslogtreecommitdiff
path: root/macosx/Pcsxr-QL/GeneratePreviewForURL.c
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-03-28 23:34:09 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-03-28 23:34:09 +0000
commitdca90ae6a6e6472c0fd597598651e10c4414be34 (patch)
tree6beee48ba8a3765380eb8ab7a0bccb9ef3d71c09 /macosx/Pcsxr-QL/GeneratePreviewForURL.c
parentebfb89de00860bbdbb6e9a72ed18a358acc7c056 (diff)
downloadpcsxr-dca90ae6a6e6472c0fd597598651e10c4414be34.tar.gz
OS X: More work on the QuickLook plug-in.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89710 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/Pcsxr-QL/GeneratePreviewForURL.c')
-rw-r--r--macosx/Pcsxr-QL/GeneratePreviewForURL.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/macosx/Pcsxr-QL/GeneratePreviewForURL.c b/macosx/Pcsxr-QL/GeneratePreviewForURL.c
deleted file mode 100644
index a57f116f..00000000
--- a/macosx/Pcsxr-QL/GeneratePreviewForURL.c
+++ /dev/null
@@ -1,21 +0,0 @@
-#include <CoreFoundation/CoreFoundation.h>
-#include <CoreServices/CoreServices.h>
-#include <QuickLook/QuickLook.h>
-#include "MyQuickLook.h"
-
-/* -----------------------------------------------------------------------------
- Generate a preview for file
-
- This function's job is to create preview for designated file
- ----------------------------------------------------------------------------- */
-
-OSStatus GeneratePreviewForURL(void *thisInterface, QLPreviewRequestRef preview, CFURLRef url, CFStringRef contentTypeUTI, CFDictionaryRef options)
-{
- // To complete your generator please implement the function GeneratePreviewForURL in GeneratePreviewForURL.c
- return noErr;
-}
-
-void CancelPreviewGeneration(void *thisInterface, QLPreviewRequestRef preview)
-{
- // Implement only if supported
-}