aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Indicator.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2015-02-13 23:12:18 +1100
committerNeil <nyamatongwe@gmail.com>2015-02-13 23:12:18 +1100
commitb5e91d39331a9b777bec2435abeef1f16af4c0d7 (patch)
tree100e018dd931ab52a53b58076bf64e3e7a5ee40b /src/Indicator.h
parentbdea63376947a73a60a4bb91779ee8e0d476b5ad (diff)
downloadscintilla-mirror-b5e91d39331a9b777bec2435abeef1f16af4c0d7.tar.gz
Remove unused state.
Diffstat (limited to 'src/Indicator.h')
-rw-r--r--src/Indicator.h2
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;