mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
goodbye USE_TRACKS_CODE_FEATURES and is_tracks_build
This commit is contained in:
parent
13c874d8b0
commit
5ec5bc4523
16 changed files with 4 additions and 3208 deletions
|
|
@ -28,11 +28,7 @@ using namespace ArdourCanvas;
|
|||
using std::min;
|
||||
using std::max;
|
||||
|
||||
#ifdef USE_TRACKS_CODE_FEATURES
|
||||
static const bool show_bg_fades = false;
|
||||
#else
|
||||
static const bool show_bg_fades = true;
|
||||
#endif
|
||||
|
||||
XFadeCurve::XFadeCurve (Canvas* c)
|
||||
: Item (c)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue