summaryrefslogtreecommitdiff
path: root/cocoa/font.h
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/font.h
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/font.h')
-rw-r--r--cocoa/font.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cocoa/font.h b/cocoa/font.h
index b3d441102..2a31e2c08 100644
--- a/cocoa/font.h
+++ b/cocoa/font.h
@@ -22,6 +22,5 @@
#import "desktop/plot_style.h"
void cocoa_draw_string( CGFloat x, CGFloat y, const char *bytes, size_t length, const plot_font_style_t *style );
-void cocoa_set_font_scale_factor( float newFactor );
#endif