aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/hardcopy.c
diff options
context:
space:
mode:
authorEdwin Pujols <73705427+shade-of-noon@users.noreply.github.com>2020-12-11 20:41:20 -0400
committerGitHub <noreply@github.com>2020-12-11 19:41:20 -0500
commita82bcf9d9cd445dffa5266bb5e2d27a9fcfbe55f (patch)
tree071ae160207bf8db0c9e3be58000e8d8d98228e9 /src/nvim/hardcopy.c
parentf2ec0586021dd363566922bd7d6dbd3ab7703e38 (diff)
downloadrneovim-a82bcf9d9cd445dffa5266bb5e2d27a9fcfbe55f.tar.gz
rneovim-a82bcf9d9cd445dffa5266bb5e2d27a9fcfbe55f.tar.bz2
rneovim-a82bcf9d9cd445dffa5266bb5e2d27a9fcfbe55f.zip
unused macros: Remove a five unused macros. (#13517)
Removes: - GET_CHARTAB - PRT_PS_DEFAULT_BUFFER_SIZE - key_t - PROP_MASK - SCTX_INIT Referring #13505.
Diffstat (limited to 'src/nvim/hardcopy.c')
-rw-r--r--src/nvim/hardcopy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/hardcopy.c b/src/nvim/hardcopy.c
index 2c954008b3..4ec949759c 100644
--- a/src/nvim/hardcopy.c
+++ b/src/nvim/hardcopy.c
@@ -964,7 +964,6 @@ static colnr_T hardcopy_line(prt_settings_T *psettings, int page_line, prt_pos_T
#define PRT_PS_DEFAULT_DPI (72) // Default user space resolution
#define PRT_PS_DEFAULT_FONTSIZE (10)
-#define PRT_PS_DEFAULT_BUFFER_SIZE (80)
#define PRT_MEDIASIZE_LEN (sizeof(prt_mediasize) / \
sizeof(struct prt_mediasize_S))