diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-02-25 21:52:33 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-02-25 21:52:33 +0000 |
commit | 5c8837f9d7785c65c40f1485a779cc886750a5e9 (patch) | |
tree | 4f5ecb382974d741127e70d01975ee9046a5a90c /src/hardcopy.c | |
parent | c542aef58df8ea69708d29d6fcbfa44f5eb3481d (diff) | |
download | vim-git-5c8837f9d7785c65c40f1485a779cc886750a5e9.tar.gz |
updated for version 7.0207
Diffstat (limited to 'src/hardcopy.c')
-rw-r--r-- | src/hardcopy.c | 8 |
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. */ |