diff --git a/src/msw/graphicsd2d.cpp b/src/msw/graphicsd2d.cpp index 112cebd8fa..07c242ddf3 100644 --- a/src/msw/graphicsd2d.cpp +++ b/src/msw/graphicsd2d.cpp @@ -2510,7 +2510,6 @@ protected: wxD2DGradientStopsHelper helper(m_radialGradientInfo.stops, GetContext()); ID2D1RadialGradientBrush *radialGradientBrush; - // TODO: double check this. The other backends just use the passed in values for xo, yo wxDouble xo = m_radialGradientInfo.x1 - m_radialGradientInfo.x2; wxDouble yo = m_radialGradientInfo.y1 - m_radialGradientInfo.y2;