Skip to content

Commit

Permalink
cleanup no need cfg target_os
Browse files Browse the repository at this point in the history
  • Loading branch information
tigercosmos committed Dec 25, 2017
1 parent bcdb82b commit 79b1b79
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/gfx/platform/macos/font_list.rs
Expand Up @@ -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";

0 comments on commit 79b1b79

Please sign in to comment.