aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFelipe Oliveira Carvalho <felipekde@gmail.com>2014-03-19 17:20:21 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-03-21 14:13:27 -0300
commit5dd0ce4263721b636f5b006a47ceb7e769e10dca (patch)
tree9ff0b1bf60945856b9d940e925b954dd2c446e31 /src
parent7efc4292763b97662d67a291a8d4e508d1adb5a5 (diff)
downloadrneovim-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.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
;