From eb8c53f8cd6e2054c902824a2c12b85b1f69c036 Mon Sep 17 00:00:00 2001 From: Jeff Muizelaar Date: Tue, 7 Aug 2018 17:28:17 -0400 Subject: [PATCH] Comment out unused function --- core-text/src/font.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-text/src/font.rs b/core-text/src/font.rs index 88210d7..891b59e 100644 --- a/core-text/src/font.rs +++ b/core-text/src/font.rs @@ -529,7 +529,7 @@ extern { //fn CTFontCopyPostScriptName(font: CTFontRef) -> CFStringRef; //fn CTFontCopyFamilyName(font: CTFontRef) -> CFStringRef; //fn CTFontCopyFullName(font: CTFontRef) -> CFStringRef; - fn CTFontCopyDisplayName(font: CTFontRef) -> CFStringRef; + //fn CTFontCopyDisplayName(font: CTFontRef) -> CFStringRef; fn CTFontCopyName(font: CTFontRef, nameKey: CFStringRef) -> CFStringRef; //fn CTFontCopyLocalizedName(font: CTFontRef, nameKey: CFStringRef, // language: *CFStringRef) -> CFStringRef;