aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/grid_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/grid_defs.h')
-rw-r--r--src/nvim/grid_defs.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/nvim/grid_defs.h b/src/nvim/grid_defs.h
index 8e8d3ff96f..10a6161171 100644
--- a/src/nvim/grid_defs.h
+++ b/src/nvim/grid_defs.h
@@ -11,14 +11,6 @@
// ensures we can fit all composed chars which did fit before.
#define MAX_SCHAR_SIZE 32
-// if data[0] is 0xFF, then data[1..4] is a 24-bit index (in machine endianness)
-// otherwise it must be a UTF-8 string of length maximum 4 (no NUL when n=4)
-
-typedef uint32_t schar_T;
-typedef int32_t sattr_T;
-// must be at least as big as the biggest of schar_T, sattr_T, col_T
-typedef int32_t sscratch_T;
-
enum {
kZIndexDefaultGrid = 0,
kZIndexFloatDefault = 50,