diff options
author | Felipe Oliveira Carvalho <felipekde@gmail.com> | 2014-03-19 17:20:21 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-21 14:13:27 -0300 |
commit | 5dd0ce4263721b636f5b006a47ceb7e769e10dca (patch) | |
tree | 9ff0b1bf60945856b9d940e925b954dd2c446e31 /src | |
parent | 7efc4292763b97662d67a291a8d4e508d1adb5a5 (diff) | |
download | rneovim-5dd0ce4263721b636f5b006a47ceb7e769e10dca.tar.gz rneovim-5dd0ce4263721b636f5b006a47ceb7e769e10dca.tar.bz2 rneovim-5dd0ce4263721b636f5b006a47ceb7e769e10dca.zip |
printer_opts was left unitilized after #378
Diffstat (limited to 'src')
-rw-r--r-- | src/hardcopy.c | 2 |
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 ; |