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 | b5e91d39331a9b777bec2435abeef1f16af4c0d7 (patch) | |
tree | 100e018dd931ab52a53b58076bf64e3e7a5ee40b | |
parent | bdea63376947a73a60a4bb91779ee8e0d476b5ad (diff) | |
download | scintilla-mirror-b5e91d39331a9b777bec2435abeef1f16af4c0d7.tar.gz |
Remove unused state.
-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; |