diff options
author | tigercosmos <phy.tiger@gmail.com> | 2017-12-25 17:13:48 +0800 |
---|---|---|
committer | tigercosmos <phy.tiger@gmail.com> | 2017-12-25 17:13:48 +0800 |
commit | 79b1b793031333ee78bb706cbb70be05d2772e2d (patch) | |
tree | 9848fff791e720306594e634a37ef38de038da4c /components/gfx/platform/macos | |
parent | bcdb82b83fcf652a29ba49cf1fe032299d26e52c (diff) | |
download | servo-79b1b793031333ee78bb706cbb70be05d2772e2d.tar.gz servo-79b1b793031333ee78bb706cbb70be05d2772e2d.zip |
cleanup no need cfg target_os
Diffstat (limited to 'components/gfx/platform/macos')
-rw-r--r-- | components/gfx/platform/macos/font_list.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/gfx/platform/macos/font_list.rs b/components/gfx/platform/macos/font_list.rs index c0800f94c23..ed3858a8466 100644 --- a/components/gfx/platform/macos/font_list.rs +++ b/components/gfx/platform/macos/font_list.rs @@ -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"; - |