summaryrefslogtreecommitdiff
path: root/desktop/print.c
diff options
context:
space:
mode:
authorJohn Tytgat <joty@netsurf-browser.org>2008-08-02 20:07:44 +0000
committerJohn Tytgat <joty@netsurf-browser.org>2008-08-02 20:07:44 +0000
commit48070139d86641039c1837e9f38667fc04844854 (patch)
treec54f72e13655d78fd510a9fd2dd6b06b12dcdc58 /desktop/print.c
parent611e4f8cbe5bfce70dc24a7913fcf82212f70b27 (diff)
downloadnetsurf-48070139d86641039c1837e9f38667fc04844854.tar.gz
netsurf-48070139d86641039c1837e9f38667fc04844854.tar.bz2
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
Diffstat (limited to 'desktop/print.c')
-rw-r--r--desktop/print.c3
1 files changed, 0 insertions, 3 deletions
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){