aboutsummaryrefslogtreecommitdiff
path: root/src/macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/macros.h')
-rw-r--r--src/macros.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/macros.h b/src/macros.h
index fbd3440c6d..af47fbe296 100644
--- a/src/macros.h
+++ b/src/macros.h
@@ -11,11 +11,6 @@
*/
/*
- * pchar(lp, c) - put character 'c' at position 'lp'
- */
-#define pchar(lp, c) (*(ml_get_buf(curbuf, (lp).lnum, TRUE) + (lp).col) = (c))
-
-/*
* Position comparisons
*/
# define lt(a, b) (((a).lnum != (b).lnum) \