1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-24 01:54:22 +00:00

Avoided VC warning.

This commit is contained in:
jules 2014-12-08 11:07:23 +00:00
parent d89300b7c9
commit 9c1f3fcf78

View file

@ -1397,7 +1397,6 @@ void LookAndFeel_V2::drawRotarySlider (Graphics& g, int x, int y, int width, int
g.fillPath (filledArc);
}
if (thickness > 0)
{
const float innerRadius = radius * 0.2f;
Path p;