Revision: 12412 http://sourceforge.net/p/skim-app/code/12412 Author: hofman Date: 2021-09-18 17:30:20 +0000 (Sat, 18 Sep 2021) Log Message: ----------- remove now unused function
Modified Paths: -------------- trunk/SKAlias.m Modified: trunk/SKAlias.m =================================================================== --- trunk/SKAlias.m 2021-09-18 09:29:11 UTC (rev 12411) +++ trunk/SKAlias.m 2021-09-18 17:30:20 UTC (rev 12412) @@ -45,14 +45,6 @@ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdeprecated-declarations" -static inline AliasHandle createAliasHandleFromURL(NSURL *fileURL) { - AliasHandle aliasHandle = NULL; - FSRef fileRef; - if (fileURL && CFURLGetFSRef((CFURLRef)fileURL, &fileRef)) - FSNewAlias(NULL, &fileRef, &aliasHandle); - return aliasHandle; -} - static inline AliasHandle createAliasHandleFromData(NSData *data) { NSUInteger len = [data length]; Handle handle = NewHandle(len); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Skim-app-commit mailing list Skim-app-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/skim-app-commit