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/font.h | 1 - 1 file changed, 1 deletion(-) (limited to 'cocoa/font.h') 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 -- cgit v1.2.3