diff options
author | Neil <nyamatongwe@gmail.com> | 2019-03-12 09:47:21 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2019-03-12 09:47:21 +1100 |
commit | 5654caa0a87f9ae6fe8131859e6429be37f50514 (patch) | |
tree | d3adba1f2712cb1cf175b5267976fdbe6e95896a /src | |
parent | 201137b95f674ee0443bcd01bfdb9149cdd37c40 (diff) | |
download | scintilla-mirror-5654caa0a87f9ae6fe8131859e6429be37f50514.tar.gz |
Feature [feature-requests:#1217]. Add CARETSTYLE_INS_MASK definition.
Diffstat (limited to 'src')
-rw-r--r-- | src/ViewStyle.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ViewStyle.cxx b/src/ViewStyle.cxx index 2da3a2a52..148163bec 100644 --- a/src/ViewStyle.cxx +++ b/src/ViewStyle.cxx @@ -27,8 +27,6 @@ #include "Style.h" #include "ViewStyle.h" -#define CARETSTYLE_INS_MASK 0xF - using namespace Scintilla; MarginStyle::MarginStyle(int style_, int width_, int mask_) : |