Remove garbage characters and trailing whitespace

This commit is contained in:
Paul Cornett
2018-06-21 21:28:34 -07:00
parent bdad8c4619
commit 6d40b7fce7

View File

@@ -273,7 +273,6 @@ void wxAuiGenericTabArt::DrawBackground(wxDC& dc,
bottomLightness = 110; bottomLightness = 110;
} }
wxColor top_color = m_baseColour.ChangeLightness(topLightness); wxColor top_color = m_baseColour.ChangeLightness(topLightness);
wxColor bottom_color = m_baseColour.ChangeLightness(bottomLightness); wxColor bottom_color = m_baseColour.ChangeLightness(bottomLightness);
wxRect r; wxRect r;
@@ -1356,4 +1355,3 @@ void wxAuiSimpleTabArt::SetMeasuringFont(const wxFont& font)
} }
#endif // wxUSE_AUI #endif // wxUSE_AUI