From 48070139d86641039c1837e9f38667fc04844854 Mon Sep 17 00:00:00 2001 From: John Tytgat Date: Sat, 2 Aug 2008 20:07:44 +0000 Subject: Prefix all RISC OS print global variables and functions with "ro_" in order to avoid the print_cleanup function name clash in desktop/print.c and riscos/print.c. svn path=/trunk/netsurf/; revision=4867 --- desktop/print.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'desktop/print.c') diff --git a/desktop/print.c b/desktop/print.c index b13ea7d4b..931dbe087 100644 --- a/desktop/print.c +++ b/desktop/print.c @@ -89,7 +89,6 @@ bool print_set_up(struct content *content, const struct printer *printer, struct print_settings *settings, double *height) { - printed_content = print_init(content, settings); if (!printed_content) @@ -116,7 +115,6 @@ bool print_set_up(struct content *content, bool print_draw_next_page(const struct printer *printer, struct print_settings *settings) { - /*TODO:Plotter will have to be duplicated and passed as an argument - to allow simultaneous screen and page plotting*/ @@ -244,7 +242,6 @@ bool print_cleanup(struct content *content, */ struct print_settings *print_make_settings(print_configuration configuration) { - struct print_settings *settings; switch (configuration){ -- cgit v1.2.3