mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
hack to get things compiling.
This commit is contained in:
parent
21073a0738
commit
d3bf24b584
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue