aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/hardcopy.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/hardcopy.c b/src/hardcopy.c
index 2b2569580d..a3e456678b 100644
--- a/src/hardcopy.c
+++ b/src/hardcopy.c
@@ -93,7 +93,6 @@
*/
static option_table_T printer_opts[OPT_PRINT_NUM_OPTIONS]
-#ifdef DO_INIT
=
{
{"top", TRUE, 0, NULL, 0, FALSE},
@@ -111,7 +110,6 @@ static option_table_T printer_opts[OPT_PRINT_NUM_OPTIONS]
{"jobsplit", FALSE, 0, NULL, 0, FALSE},
{"formfeed", FALSE, 0, NULL, 0, FALSE},
}
-#endif
;