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 ;