Revision: 7161
          http://skim-app.svn.sourceforge.net/skim-app/?rev=7161&view=rev
Author:   hofman
Date:     2011-03-13 13:21:42 +0000 (Sun, 13 Mar 2011)

Log Message:
-----------
don't assign unused err variable

Modified Paths:
--------------
    trunk/QuickLook-Skim/GenerateThumbnailForURL.m

Modified: trunk/QuickLook-Skim/GenerateThumbnailForURL.m
===================================================================
--- trunk/QuickLook-Skim/GenerateThumbnailForURL.m      2011-03-13 12:39:20 UTC 
(rev 7160)
+++ trunk/QuickLook-Skim/GenerateThumbnailForURL.m      2011-03-13 13:21:42 UTC 
(rev 7161)
@@ -210,7 +210,7 @@
             err = GetIconRefFromFileInfo(&fileRef, 0, NULL, kFSCatInfoNone, 
NULL, kIconServicesNormalUsageFlag, &iconRef, NULL);
         if (noErr == err) {
             CGContextRef ctxt = QLThumbnailRequestCreateContext(thumbnail, 
rect.size, TRUE, NULL);
-            err = PlotIconRefInContext(ctxt, &rect, kAlignAbsoluteCenter, 
kTransformNone, NULL, kPlotIconRefNormalFlags, iconRef);
+            (void)PlotIconRefInContext(ctxt, &rect, kAlignAbsoluteCenter, 
kTransformNone, NULL, kPlotIconRefNormalFlags, iconRef);
             CGContextRelease(ctxt);
             ReleaseIconRef(iconRef);
         }


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to