From 0bac1e07f528f67c97c2687755ebe35d7eed79e2 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 15 May 2024 03:35:23 +0200 Subject: [PATCH] There is no TraxLive here (amend a0e2749) --- libs/widgets/slider_controller.cc | 9 --------- 1 file changed, 9 deletions(-) diff --git a/libs/widgets/slider_controller.cc b/libs/widgets/slider_controller.cc index 830250fbcf..9adf823d58 100644 --- a/libs/widgets/slider_controller.cc +++ b/libs/widgets/slider_controller.cc @@ -145,12 +145,3 @@ HSliderController::HSliderController (Gtk::Adjustment *adj, std::shared_ptr mc, int fader_length, int fader_girth) - : FaderWidget (*adj, VERT) - , SliderController (adj, mc, VERT) - , TraxFader (*adj, fader_length, fader_girth) -{ -} -#endif