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:
parent
c1b729822c
commit
e31669f555
@ -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
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user