diff options
Diffstat (limited to 'src/nvim/insexpand.h')
-rw-r--r-- | src/nvim/insexpand.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/nvim/insexpand.h b/src/nvim/insexpand.h index 8e183455ca..c394468a45 100644 --- a/src/nvim/insexpand.h +++ b/src/nvim/insexpand.h @@ -3,14 +3,6 @@ #include "nvim/vim.h" -/// state for pum_ext_select_item. -EXTERN struct { - bool active; - int item; - bool insert; - bool finish; -} pum_want; - #ifdef INCLUDE_GENERATED_DECLARATIONS # include "insexpand.h.generated.h" #endif |