diff options
author | Thomas Wienecke <wienecke.t@gmail.com> | 2014-04-10 19:14:28 +0200 |
---|---|---|
committer | Thomas Wienecke <wienecke.t@gmail.com> | 2014-05-03 17:41:06 +0200 |
commit | f752020abba743acce31adbaee7de1857f02ce48 (patch) | |
tree | 313460562a4d8a37aa6de12d10913b5db172441e /src/vim.h | |
parent | f2501fa655dd74f1535061cf2d66f7af47efa125 (diff) | |
download | rneovim-f752020abba743acce31adbaee7de1857f02ce48.tar.gz rneovim-f752020abba743acce31adbaee7de1857f02ce48.tar.bz2 rneovim-f752020abba743acce31adbaee7de1857f02ce48.zip |
Remove undefined function gui_show_popupmenu + its unused return defines.
Diffstat (limited to 'src/vim.h')
-rw-r--r-- | src/vim.h | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -1382,15 +1382,6 @@ typedef int VimClipboard; /* This is required for the prototypes. */ #define FILEINFO_READ_FAIL 2 /* CreateFile() failed */ #define FILEINFO_INFO_FAIL 3 /* GetFileInformationByHandle() failed */ -/* Return value from get_option_value_strict */ -#define SOPT_BOOL 0x01 /* Boolean option */ -#define SOPT_NUM 0x02 /* Number option */ -#define SOPT_STRING 0x04 /* String option */ -#define SOPT_GLOBAL 0x08 /* Option has global value */ -#define SOPT_WIN 0x10 /* Option has window-local value */ -#define SOPT_BUF 0x20 /* Option has buffer-local value */ -#define SOPT_UNSET 0x40 /* Option does not have local value set */ - /* Option types for various functions in option.c */ #define SREQ_GLOBAL 0 /* Request global option */ #define SREQ_WIN 1 /* Request window-local option */ |