diff options
author | Neil <nyamatongwe@gmail.com> | 2015-02-13 23:12:18 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-02-13 23:12:18 +1100 |
commit | 4380af4be05f0518f2a25975cb16b5943320a426 (patch) | |
tree | e5cb2195e54cf966530ea3da956eccdf2b9b26b3 /src/Indicator.h | |
parent | 1e2bd9791d1d88ca33411ab0b79d263fea4c4cbe (diff) | |
download | scintilla-mirror-4380af4be05f0518f2a25975cb16b5943320a426.tar.gz |
Remove unused state.
Diffstat (limited to 'src/Indicator.h')
-rw-r--r-- | src/Indicator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Indicator.h b/src/Indicator.h index c17ae494c..56777e93e 100644 --- a/src/Indicator.h +++ b/src/Indicator.h @@ -28,7 +28,7 @@ struct StyleAndColour { */ class Indicator { public: - enum DrawState { drawNormal, drawHover, drawActive }; + enum DrawState { drawNormal, drawHover }; StyleAndColour sacNormal; StyleAndColour sacHover; bool under; |