diff --git a/core-text/src/font_descriptor.rs b/core-text/src/font_descriptor.rs index 900ad26..b7a5e7e 100644 --- a/core-text/src/font_descriptor.rs +++ b/core-text/src/font_descriptor.rs @@ -15,7 +15,7 @@ use core_foundation::dictionary::{CFDictionary, CFDictionaryRef}; use core_foundation::number::{CFNumber, CFNumberRef}; use core_foundation::set::CFSetRef; use core_foundation::string::{CFString, CFStringRef}; -use core_foundation::url::{CFURLCopyFileSystemPath, kCFURLPOSIXPathStyle, CFURL}; +use core_foundation::url::CFURL; use core_graphics::base::CGFloat; use libc::c_void;