From dca90ae6a6e6472c0fd597598651e10c4414be34 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Fri, 28 Mar 2014 23:34:09 +0000 Subject: 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 --- macosx/Pcsxr-QL/GenerateThumbnailForURL.c | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 macosx/Pcsxr-QL/GenerateThumbnailForURL.c (limited to 'macosx/Pcsxr-QL/GenerateThumbnailForURL.c') diff --git a/macosx/Pcsxr-QL/GenerateThumbnailForURL.c b/macosx/Pcsxr-QL/GenerateThumbnailForURL.c deleted file mode 100644 index 60211658..00000000 --- a/macosx/Pcsxr-QL/GenerateThumbnailForURL.c +++ /dev/null @@ -1,21 +0,0 @@ -#include -#include -#include -#include "MyQuickLook.h" - -/* ----------------------------------------------------------------------------- - Generate a thumbnail for file - - This function's job is to create thumbnail for designated file as fast as possible - ----------------------------------------------------------------------------- */ - -OSStatus GenerateThumbnailForURL(void *thisInterface, QLThumbnailRequestRef thumbnail, CFURLRef url, CFStringRef contentTypeUTI, CFDictionaryRef options, CGSize maxSize) -{ - // To complete your generator please implement the function GenerateThumbnailForURL in GenerateThumbnailForURL.c - return noErr; -} - -void CancelThumbnailGeneration(void *thisInterface, QLThumbnailRequestRef thumbnail) -{ - // Implement only if supported -} -- cgit v1.2.3