summaryrefslogtreecommitdiff
path: root/riscos/print.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-02-22 15:16:04 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-02-22 15:16:04 +0000
commit851da107c9d0680336362478d6dcbe50efeaa5ab (patch)
treea21d9ddd9575ee70a1978c66932efc2897be0d22 /riscos/print.h
parentb98f105b24879c065a4f89b686c5084f14f87ae6 (diff)
downloadnetsurf-851da107c9d0680336362478d6dcbe50efeaa5ab.tar.gz
netsurf-851da107c9d0680336362478d6dcbe50efeaa5ab.tar.bz2
Purge WITH_PRINT
svn path=/trunk/netsurf/; revision=6601
Diffstat (limited to 'riscos/print.h')
-rw-r--r--riscos/print.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/riscos/print.h b/riscos/print.h
index 9bd3f6b6d..446ad2449 100644
--- a/riscos/print.h
+++ b/riscos/print.h
@@ -20,7 +20,6 @@
#define _NETSURF_RISCOS_PRINT_H_
#include "utils/config.h"
-#ifdef WITH_PRINT
#include <stdbool.h>
#include "oslib/wimp.h"
@@ -36,6 +35,4 @@ bool ro_print_ack(wimp_message *m);
void ro_print_dataload_bounce(wimp_message *m);
void ro_print_cleanup(void);
-#endif /* WITH_PRINT */
-
#endif