From b563b465e8b3df367da7799e789d29e0009cb96a Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 5 Oct 2024 17:24:31 +0200 Subject: Move typedef of complexf to Buffer.h --- src/GainControl.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/GainControl.h') diff --git a/src/GainControl.h b/src/GainControl.h index 04f6b58..d40a7d7 100644 --- a/src/GainControl.h +++ b/src/GainControl.h @@ -35,7 +35,6 @@ #include "RemoteControl.h" #include -#include #include #include @@ -43,9 +42,6 @@ # include #endif - -typedef std::complex complexf; - enum class GainMode { GAIN_FIX = 0, GAIN_MAX = 1, GAIN_VAR = 2 }; class GainControl : public PipelinedModCodec, public RemoteControllable -- cgit v1.2.3