cleanup no need cfg target_os

This commit is contained in:
tigercosmos 2017-12-25 17:13:48 +08:00
parent bcdb82b83f
commit 79b1b79303

View file

@ -42,6 +42,4 @@ pub fn last_resort_font_families() -> Vec<String> {
vec!("Arial Unicode MS".to_owned(), "Arial".to_owned())
}
#[cfg(target_os = "macos")]
pub static SANS_SERIF_FONT_FAMILY: &'static str = "Helvetica";