diff options
| author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-12-02 07:19:51 -0300 |
|---|---|---|
| committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-12-02 07:21:34 -0300 |
| commit | 6436908ffe1906804a13073dd474e109e8be1d91 (patch) | |
| tree | 572598e6b335008a71d6bc76faf6c5be7185d91c /src/nvim/term.h | |
| parent | 14f88b68653779a7918b857df9d5679cf4f79ba7 (diff) | |
| download | rneovim-6436908ffe1906804a13073dd474e109e8be1d91.tar.gz rneovim-6436908ffe1906804a13073dd474e109e8be1d91.tar.bz2 rneovim-6436908ffe1906804a13073dd474e109e8be1d91.zip | |
mouse: Remove CHECK_DOUBLE_CLICK conditionals
This is now always defined.
Diffstat (limited to 'src/nvim/term.h')
| -rw-r--r-- | src/nvim/term.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nvim/term.h b/src/nvim/term.h index 17154b8c26..3f70f484a7 100644 --- a/src/nvim/term.h +++ b/src/nvim/term.h @@ -52,10 +52,6 @@ * 128 = 16384 columns, now it's reduced to 10000. */ #define MOUSE_COLOFF 10000 -#if defined(UNIX) -# define CHECK_DOUBLE_CLICK 1 /* Checking for double clicks ourselves. */ -#endif - #ifdef INCLUDE_GENERATED_DECLARATIONS # include "term.h.generated.h" #endif |