diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2015-09-08 08:51:59 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-09-08 08:51:59 -0400 |
commit | 9468e538694cd16847586c66de6e16ee7a090577 (patch) | |
tree | e1dfb775ce8c4bd7df56f9edfad36ea4ed30b8a3 /src/nvim/ui.h | |
parent | dc9652e68de163290abee880a74bf1727c715a1e (diff) | |
parent | 087f3bacaf2c854f3d07fdece211c4670e140f32 (diff) | |
download | rneovim-9468e538694cd16847586c66de6e16ee7a090577.tar.gz rneovim-9468e538694cd16847586c66de6e16ee7a090577.tar.bz2 rneovim-9468e538694cd16847586c66de6e16ee7a090577.zip |
Merge #2929 'Disallow "set encoding" after startup'
Diffstat (limited to 'src/nvim/ui.h')
-rw-r--r-- | src/nvim/ui.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/ui.h b/src/nvim/ui.h index c87d7f0c55..4c051fcfbf 100644 --- a/src/nvim/ui.h +++ b/src/nvim/ui.h @@ -38,7 +38,6 @@ struct ui_t { void (*suspend)(UI *ui); void (*set_title)(UI *ui, char *title); void (*set_icon)(UI *ui, char *icon); - void (*set_encoding)(UI *ui, char *enc); void (*stop)(UI *ui); }; |