Revision: 14499
          http://sourceforge.net/p/skim-app/code/14499
Author:   hofman
Date:     2024-10-01 14:43:06 +0000 (Tue, 01 Oct 2024)
Log Message:
-----------
don't load function twice

Modified Paths:
--------------
    trunk/SKTransitionController.m

Modified: trunk/SKTransitionController.m
===================================================================
--- trunk/SKTransitionController.m      2024-10-01 14:38:22 UTC (rev 14498)
+++ trunk/SKTransitionController.m      2024-10-01 14:43:06 UTC (rev 14499)
@@ -194,7 +194,6 @@
         CFBundleRef bundle = 
CFBundleGetBundleWithIdentifier(CFSTR("com.apple.CoreGraphics"));
         if (bundle &&
             LOAD_FUNCTION(_CGSDefaultConnection, bundle) &&
-            LOAD_FUNCTION(_CGSDefaultConnection, bundle) &&
             LOAD_FUNCTION(CGSNewTransition, bundle) &&
             LOAD_FUNCTION(CGSInvokeTransition, bundle) &&
             LOAD_FUNCTION(CGSReleaseTransition, bundle)) {

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



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to