summaryrefslogtreecommitdiff
path: root/cocoa/HistoryView.m
diff options
context:
space:
mode:
authorSven Weidauer <sven.weidauer@gmail.com>2011-03-14 14:17:46 +0000
committerSven Weidauer <sven.weidauer@gmail.com>2011-03-14 14:17:46 +0000
commit19c5c44e7a4d99d1a62aff8ed40739a12080e197 (patch)
tree475037b227a37037914ade48f32b0dfc57aea04a /cocoa/HistoryView.m
parent0fc9da23f6d971f7c4b0bc38f25552fea84be172 (diff)
downloadnetsurf-19c5c44e7a4d99d1a62aff8ed40739a12080e197.tar.gz
netsurf-19c5c44e7a4d99d1a62aff8ed40739a12080e197.tar.bz2
Getting rid of cocoa_set_font_scale_factor
svn path=/trunk/netsurf/; revision=12042
Diffstat (limited to 'cocoa/HistoryView.m')
-rw-r--r--cocoa/HistoryView.m1
1 files changed, 0 insertions, 1 deletions
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 );