From 57124b7f9258057c0b904afdb9d1cbe97aa0b32c Mon Sep 17 00:00:00 2001 From: John Tytgat Date: Mon, 2 Feb 2009 00:22:44 +0000 Subject: Unexport pdf_scale variable (use pdf_set_scale to set it) and initialize it to DEFAULT_EXPORT_SCALE. svn path=/trunk/netsurf/; revision=6350 --- desktop/save_pdf/font_haru.h | 1 - 1 file changed, 1 deletion(-) (limited to 'desktop/save_pdf/font_haru.h') diff --git a/desktop/save_pdf/font_haru.h b/desktop/save_pdf/font_haru.h index eca9855e6..a0d0c5ef7 100644 --- a/desktop/save_pdf/font_haru.h +++ b/desktop/save_pdf/font_haru.h @@ -31,6 +31,5 @@ bool haru_nsfont_apply_style(const struct css_style *style, HPDF_Font *font); extern const struct font_functions haru_nsfont; -extern float pdf_scale; #endif -- cgit v1.2.3