diff options
Diffstat (limited to 'src/nvim/types.h')
-rw-r--r-- | src/nvim/types.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/types.h b/src/nvim/types.h index 0e5f8e6504..623efe0c8d 100644 --- a/src/nvim/types.h +++ b/src/nvim/types.h @@ -43,6 +43,4 @@ typedef enum { #define TRISTATE_FROM_INT(val) ((val) == 0 ? kFalse : ((val) >= 1 ? kTrue : kNone)) -typedef struct Decoration Decoration; - typedef int64_t OptInt; |