hack to get things compiling.

This commit is contained in:
David Vernon 2022-03-31 08:47:43 -06:00 committed by Gregory Casamento
parent 21073a0738
commit d3bf24b584

View file

@ -45,9 +45,7 @@
- (void)downloadFontAssetsWithCompletionHandler: (GSFontAssetCompletionHandler)completionHandler
{
NSError *error = nil;
#if OS_API_VERSION(MAC_OS_X_VERSION_10_13, GS_API_LATEST)
CALL_BLOCK(completionHandler, error);
#endif
// CALL_BLOCK(completionHandler, error);
}
@end