aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Indicator.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-03-27 08:48:56 +1100
committerNeil <nyamatongwe@gmail.com>2021-03-27 08:48:56 +1100
commitc02f75227ef151af1b283e4436d06149e69679a7 (patch)
tree8a29be357829e31eeaeca18d5bd9e6b618d70c34 /src/Indicator.cxx
parentec5b61c78f47269ba7f3015e31133e17e5de8fda (diff)
downloadscintilla-mirror-c02f75227ef151af1b283e4436d06149e69679a7.tar.gz
Add API for setting stroke width of indicators.
Diffstat (limited to 'src/Indicator.cxx')
-rw-r--r--src/Indicator.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Indicator.cxx b/src/Indicator.cxx
index 93bf68ed0..1ebc18b7f 100644
--- a/src/Indicator.cxx
+++ b/src/Indicator.cxx
@@ -36,7 +36,6 @@ void Indicator::Draw(Surface *surface, const PRectangle &rc, const PRectangle &r
const int pixelDivisions = surface->PixelDivisions();
- const XYPOSITION strokeWidth = 1.0f;
const XYPOSITION halfWidth = strokeWidth / 2.0f;
const PRectangle rcAligned(PixelAlignOutside(rc, pixelDivisions));