printer_opts was left unitilized after #378

This commit is contained in:
Felipe Oliveira Carvalho 2014-03-19 17:20:21 -03:00 committed by Thiago de Arruda
parent 7efc429276
commit 5dd0ce4263

View File

@ -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
;