From 19c5c44e7a4d99d1a62aff8ed40739a12080e197 Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Mon, 14 Mar 2011 14:17:46 +0000 Subject: Getting rid of cocoa_set_font_scale_factor svn path=/trunk/netsurf/; revision=12042 --- cocoa/HistoryView.m | 1 - 1 file changed, 1 deletion(-) (limited to 'cocoa/HistoryView.m') diff --git a/cocoa/HistoryView.m b/cocoa/HistoryView.m index 6c1c44587..65f971d28 100644 --- a/cocoa/HistoryView.m +++ b/cocoa/HistoryView.m @@ -57,7 +57,6 @@ [[NSColor clearColor] set]; [NSBezierPath fillRect: rect]; - cocoa_set_font_scale_factor( 1.0 ); cocoa_set_clip( rect ); history_redraw( browser->history ); -- cgit v1.2.3