goodbye USE_TRACKS_CODE_FEATURES and is_tracks_build

This commit is contained in:
Paul Davis 2019-09-25 12:16:13 -06:00
parent 13c874d8b0
commit 5ec5bc4523
16 changed files with 4 additions and 3208 deletions

View file

@ -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)