summaryrefslogtreecommitdiff
path: root/src/hardcopy.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-02-25 21:52:33 +0000
committerBram Moolenaar <Bram@vim.org>2006-02-25 21:52:33 +0000
commit5c8837f9d7785c65c40f1485a779cc886750a5e9 (patch)
tree4f5ecb382974d741127e70d01975ee9046a5a90c /src/hardcopy.c
parentc542aef58df8ea69708d29d6fcbfa44f5eb3481d (diff)
downloadvim-git-5c8837f9d7785c65c40f1485a779cc886750a5e9.tar.gz
updated for version 7.0207
Diffstat (limited to 'src/hardcopy.c')
-rw-r--r--src/hardcopy.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/hardcopy.c b/src/hardcopy.c
index a467bbcad..2bdeb4e2c 100644
--- a/src/hardcopy.c
+++ b/src/hardcopy.c
@@ -394,14 +394,6 @@ prt_line_number(psettings, page_line, lnum)
}
}
-static linenr_T printer_page_num;
-
- int
-get_printer_page_num()
-{
- return printer_page_num;
-}
-
/*
* Get the currently effective header height.
*/