There is no TraxLive here (amend a0e2749)

This commit is contained in:
Robin Gareus 2024-05-15 03:35:23 +02:00
parent a0e27495c6
commit 0bac1e07f5
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 0 additions and 9 deletions

View File

@ -145,12 +145,3 @@ HSliderController::HSliderController (Gtk::Adjustment *adj, std::shared_ptr<PBD:
, ArdourFader (*adj, HORIZ, fader_length, fader_girth)
{
}
#ifdef LIVETRAX
TraxSliderController::TraxSliderController (Gtk::Adjustment *adj, std::shared_ptr<PBD::Controllable> mc, int fader_length, int fader_girth)
: FaderWidget (*adj, VERT)
, SliderController (adj, mc, VERT)
, TraxFader (*adj, fader_length, fader_girth)
{
}
#endif