Remove garbage characters and trailing whitespace
This commit is contained in:
@@ -273,7 +273,6 @@ void wxAuiGenericTabArt::DrawBackground(wxDC& dc,
|
||||
bottomLightness = 110;
|
||||
}
|
||||
|
||||
|
||||
wxColor top_color = m_baseColour.ChangeLightness(topLightness);
|
||||
wxColor bottom_color = m_baseColour.ChangeLightness(bottomLightness);
|
||||
wxRect r;
|
||||
@@ -1356,4 +1355,3 @@ void wxAuiSimpleTabArt::SetMeasuringFont(const wxFont& font)
|
||||
}
|
||||
|
||||
#endif // wxUSE_AUI
|
||||
|