1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 16:49:41 +02:00

comment out unused function

This commit is contained in:
Paul Licameli 2018-10-30 16:10:18 -04:00
parent c1b729822c
commit e31669f555
2 changed files with 4 additions and 1 deletions

View File

@ -2456,6 +2456,7 @@ void TrackInfo::SetTrackInfoFont(wxDC * dc)
dc->SetFont(gFont);
}
#if 0
void TrackInfo::DrawBordersWithin
( wxDC* dc, const wxRect & rect, const Track &track ) const
{
@ -2506,6 +2507,7 @@ void TrackInfo::DrawBordersWithin
(*dc, minimizeRect.x, minimizeRect.y - 1,
minimizeRect.x + minimizeRect.width - 1, minimizeRect.y - 1);
}
#endif
//#define USE_BEVELS

View File

@ -153,7 +153,8 @@ public:
void DrawBackground(
wxDC * dc, const wxRect & rect, bool bSelected, const int labelw ) const;
void DrawBordersWithin(wxDC * dc, const wxRect & rect, const Track &track ) const;
// void DrawBordersWithin(
// wxDC * dc, const wxRect & rect, const Track &track ) const;
static void GetCloseBoxHorizontalBounds( const wxRect & rect, wxRect &dest );
static void GetCloseBoxRect(const wxRect & rect, wxRect &dest);