From 40b6602aa47086c63f9c890c4fe468828e5bd53d Mon Sep 17 00:00:00 2001 From: emeric Date: Sun, 26 Apr 2020 13:34:07 +0200 Subject: [PATCH] removed unused stuff --- src/lms/ui/MediaPlayer.hpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/lms/ui/MediaPlayer.hpp b/src/lms/ui/MediaPlayer.hpp index 6150756c..1b78e192 100644 --- a/src/lms/ui/MediaPlayer.hpp +++ b/src/lms/ui/MediaPlayer.hpp @@ -68,21 +68,13 @@ class MediaPlayer : public Wt::WTemplate Release = 3, }; - enum class ClippingPreventionMode - { - None = 0, - LowerVolume = 1, - }; - static inline constexpr Mode defaultMode {Mode::None}; static inline constexpr Gain defaultPreAmpGain {}; static inline constexpr Gain minPreAmpGain {-15}; static inline constexpr Gain maxPreAmpGain {15}; - static inline constexpr ClippingPreventionMode defaultClippingPreventionMode {ClippingPreventionMode::None}; Mode mode; Gain preAmpGain; - ClippingPreventionMode clippingPreventionMode; }; Transcode transcode;