aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
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;