aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
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
commit4380af4be05f0518f2a25975cb16b5943320a426 (patch)
treee5cb2195e54cf966530ea3da956eccdf2b9b26b3 /src
parent1e2bd9791d1d88ca33411ab0b79d263fea4c4cbe (diff)
downloadscintilla-mirror-4380af4be05f0518f2a25975cb16b5943320a426.tar.gz
Remove unused state.
Diffstat (limited to 'src')
-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;