Revision: 24183
          http://sourceforge.net/p/bibdesk/svn/24183
Author:   hofman
Date:     2019-09-02 14:33:49 +0000 (Mon, 02 Sep 2019)
Log Message:
-----------
code path will never be reached, so remove it

Modified Paths:
--------------
    trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m

Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2019-09-02 
14:26:59 UTC (rev 24182)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2019-09-02 
14:33:49 UTC (rev 24183)
@@ -2654,8 +2654,6 @@
         
         NSImage *dragImage = [[NSImage alloc] initWithSize:iconRect.size];
         [dragImage lockFocusFlipped:YES];
-        if (floor(NSAppKitVersionNumber) < NSAppKitVersionNumber10_6)
-            CGContextSetAlpha([[NSGraphicsContext currentContext] 
graphicsPort], 0.7);
         [transform concat];
         [self _drawIconsInRows:NSMakeRange(r, 1) columns:NSMakeRange(c, 1) 
forDragImage:YES];
         [dragImage unlockFocus];

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



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to