diff options
Diffstat (limited to 'components/gfx/platform/macos/font_context.rs')
-rw-r--r-- | components/gfx/platform/macos/font_context.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/gfx/platform/macos/font_context.rs b/components/gfx/platform/macos/font_context.rs index 94730641c3d..e65381c3bbc 100644 --- a/components/gfx/platform/macos/font_context.rs +++ b/components/gfx/platform/macos/font_context.rs @@ -7,7 +7,6 @@ pub struct FontContextHandle { ctx: () } -#[deriving(Clone)] impl FontContextHandle { // this is a placeholder until NSFontManager or whatever is bound in here. pub fn new() -> FontContextHandle { |