From 4ddb6dc9ffbd597813243a01265e5fd338b51e55 Mon Sep 17 00:00:00 2001 From: f4exb Date: Thu, 1 Aug 2024 02:12:58 +0200 Subject: [PATCH] WDSP: removed unnecessary references to RXA and TXA --- wdsp/amd.cpp | 1 - wdsp/amd.hpp | 2 -- wdsp/amsq.cpp | 2 -- wdsp/amsq.hpp | 3 --- wdsp/anf.cpp | 1 - wdsp/anf.hpp | 2 -- wdsp/anr.cpp | 1 - wdsp/anr.hpp | 2 -- wdsp/bandpass.cpp | 2 -- wdsp/bandpass.hpp | 2 -- wdsp/bpsnba.cpp | 1 - wdsp/bpsnba.hpp | 2 -- wdsp/cblock.cpp | 1 - wdsp/cblock.hpp | 2 -- wdsp/dsphp.cpp | 2 -- wdsp/emnr.cpp | 1 - wdsp/emnr.hpp | 2 -- wdsp/eqp.cpp | 2 -- wdsp/eqp.hpp | 2 -- wdsp/mpeak.cpp | 2 -- wdsp/patchpanel.cpp | 2 -- wdsp/patchpanel.hpp | 3 --- wdsp/phrot.cpp | 2 -- wdsp/sender.cpp | 1 - wdsp/sender.hpp | 1 - wdsp/siphon.cpp | 2 -- wdsp/siphon.hpp | 3 --- wdsp/snotch.cpp | 2 -- wdsp/speak.cpp | 2 -- wdsp/speak.hpp | 2 -- wdsp/sphp.cpp | 3 +-- wdsp/ssql.cpp | 1 - wdsp/ssql.hpp | 1 - wdsp/wcpAGC.cpp | 2 -- 34 files changed, 1 insertion(+), 61 deletions(-) diff --git a/wdsp/amd.cpp b/wdsp/amd.cpp index 7db5f2858..c4283700f 100644 --- a/wdsp/amd.cpp +++ b/wdsp/amd.cpp @@ -33,7 +33,6 @@ warren@wpratt.com #include "emnr.hpp" #include "anr.hpp" #include "snba.hpp" -#include "RXA.hpp" namespace WDSP { diff --git a/wdsp/amd.hpp b/wdsp/amd.hpp index 3fb7a91a2..edff60deb 100644 --- a/wdsp/amd.hpp +++ b/wdsp/amd.hpp @@ -43,8 +43,6 @@ warren@wpratt.com namespace WDSP { -class RXA; - class WDSP_API AMD { public: int run; diff --git a/wdsp/amsq.cpp b/wdsp/amsq.cpp index 215646c12..39dcc9ae7 100644 --- a/wdsp/amsq.cpp +++ b/wdsp/amsq.cpp @@ -27,8 +27,6 @@ warren@wpratt.com #include "comm.hpp" #include "amsq.hpp" -#include "RXA.hpp" -#include "TXA.hpp" namespace WDSP { diff --git a/wdsp/amsq.hpp b/wdsp/amsq.hpp index 02819475d..b2a74bf32 100644 --- a/wdsp/amsq.hpp +++ b/wdsp/amsq.hpp @@ -33,9 +33,6 @@ warren@wpratt.com namespace WDSP { -class RXA; -class TXA; - class WDSP_API AMSQ { public: diff --git a/wdsp/anf.cpp b/wdsp/anf.cpp index 81edd9578..f19cd7358 100644 --- a/wdsp/anf.cpp +++ b/wdsp/anf.cpp @@ -32,7 +32,6 @@ warren@wpratt.com #include "anr.hpp" #include "anf.hpp" #include "bandpass.hpp" -#include "RXA.hpp" namespace WDSP { diff --git a/wdsp/anf.hpp b/wdsp/anf.hpp index 73fc1f052..8a914b462 100644 --- a/wdsp/anf.hpp +++ b/wdsp/anf.hpp @@ -36,8 +36,6 @@ warren@wpratt.com namespace WDSP { -class RXA; - class WDSP_API ANF { public: diff --git a/wdsp/anr.cpp b/wdsp/anr.cpp index de998264a..21ad450ca 100644 --- a/wdsp/anr.cpp +++ b/wdsp/anr.cpp @@ -32,7 +32,6 @@ warren@wpratt.com #include "emnr.hpp" #include "anf.hpp" #include "bandpass.hpp" -#include "RXA.hpp" namespace WDSP { diff --git a/wdsp/anr.hpp b/wdsp/anr.hpp index 8adeebc16..f328afcb5 100644 --- a/wdsp/anr.hpp +++ b/wdsp/anr.hpp @@ -36,8 +36,6 @@ warren@wpratt.com namespace WDSP { -class RXA; - class WDSP_API ANR { public: diff --git a/wdsp/bandpass.cpp b/wdsp/bandpass.cpp index 78845ad1f..17dff842e 100644 --- a/wdsp/bandpass.cpp +++ b/wdsp/bandpass.cpp @@ -29,8 +29,6 @@ warren@wpratt.com #include "bandpass.hpp" #include "fir.hpp" #include "fircore.hpp" -#include "RXA.hpp" -#include "TXA.hpp" namespace WDSP { diff --git a/wdsp/bandpass.hpp b/wdsp/bandpass.hpp index 3af29ffe2..1b784e85e 100644 --- a/wdsp/bandpass.hpp +++ b/wdsp/bandpass.hpp @@ -46,8 +46,6 @@ warren@wpratt.com namespace WDSP { class FIRCORE; -class RXA; -class TXA; class WDSP_API BANDPASS { diff --git a/wdsp/bpsnba.cpp b/wdsp/bpsnba.cpp index a271c0aa3..6a33911b5 100644 --- a/wdsp/bpsnba.cpp +++ b/wdsp/bpsnba.cpp @@ -35,7 +35,6 @@ warren@wpratt.com #include "anr.hpp" #include "emnr.hpp" #include "bpsnba.hpp" -#include "RXA.hpp" #define MAXIMP 256 diff --git a/wdsp/bpsnba.hpp b/wdsp/bpsnba.hpp index 28221eb63..0b1c97505 100644 --- a/wdsp/bpsnba.hpp +++ b/wdsp/bpsnba.hpp @@ -30,8 +30,6 @@ warren@wpratt.com namespace WDSP{ -class RXA; - class NOTCHDB; class NBP; diff --git a/wdsp/cblock.cpp b/wdsp/cblock.cpp index 6514ea9c8..ded8bc628 100644 --- a/wdsp/cblock.cpp +++ b/wdsp/cblock.cpp @@ -27,7 +27,6 @@ warren@wpratt.com #include "comm.hpp" #include "cblock.hpp" -#include "RXA.hpp" namespace WDSP { diff --git a/wdsp/cblock.hpp b/wdsp/cblock.hpp index 2bd781b4a..b9e77c309 100644 --- a/wdsp/cblock.hpp +++ b/wdsp/cblock.hpp @@ -32,8 +32,6 @@ warren@wpratt.com namespace WDSP { -class RXA; - class WDSP_API CBL { public: diff --git a/wdsp/dsphp.cpp b/wdsp/dsphp.cpp index e08141968..d0a78c398 100644 --- a/wdsp/dsphp.cpp +++ b/wdsp/dsphp.cpp @@ -27,8 +27,6 @@ warren@wpratt.com #include "comm.hpp" #include "dsphp.hpp" -#include "RXA.hpp" -#include "TXA.hpp" namespace WDSP { diff --git a/wdsp/emnr.cpp b/wdsp/emnr.cpp index 11ecd1f55..2385b4548 100644 --- a/wdsp/emnr.cpp +++ b/wdsp/emnr.cpp @@ -34,7 +34,6 @@ warren@wpratt.com #include "anf.hpp" #include "snba.hpp" #include "bandpass.hpp" -#include "RXA.hpp" namespace WDSP { diff --git a/wdsp/emnr.hpp b/wdsp/emnr.hpp index 58f99390e..79e1ea126 100644 --- a/wdsp/emnr.hpp +++ b/wdsp/emnr.hpp @@ -36,8 +36,6 @@ warren@wpratt.com namespace WDSP { -class RXA; - class WDSP_API EMNR { public: diff --git a/wdsp/eqp.cpp b/wdsp/eqp.cpp index 4dda77be2..a4c1fe5b1 100644 --- a/wdsp/eqp.cpp +++ b/wdsp/eqp.cpp @@ -29,8 +29,6 @@ warren@wpratt.com #include "eqp.hpp" #include "fircore.hpp" #include "fir.hpp" -#include "RXA.hpp" -#include "TXA.hpp" namespace WDSP { diff --git a/wdsp/eqp.hpp b/wdsp/eqp.hpp index 32423d0c7..fd844c434 100644 --- a/wdsp/eqp.hpp +++ b/wdsp/eqp.hpp @@ -41,8 +41,6 @@ warren@wpratt.com namespace WDSP { class FIRCORE; -class RXA; -class TXA; class WDSP_API EQP { diff --git a/wdsp/mpeak.cpp b/wdsp/mpeak.cpp index 8541a4d98..ea4318563 100644 --- a/wdsp/mpeak.cpp +++ b/wdsp/mpeak.cpp @@ -28,8 +28,6 @@ warren@wpratt.com #include "comm.hpp" #include "mpeak.hpp" #include "speak.hpp" -#include "RXA.hpp" -#include "TXA.hpp" namespace WDSP { diff --git a/wdsp/patchpanel.cpp b/wdsp/patchpanel.cpp index 0aa051485..9499846a5 100644 --- a/wdsp/patchpanel.cpp +++ b/wdsp/patchpanel.cpp @@ -27,8 +27,6 @@ warren@wpratt.com #include "comm.hpp" #include "patchpanel.hpp" -#include "RXA.hpp" -#include "TXA.hpp" namespace WDSP { diff --git a/wdsp/patchpanel.hpp b/wdsp/patchpanel.hpp index 0c86ad122..4de9aaa4a 100644 --- a/wdsp/patchpanel.hpp +++ b/wdsp/patchpanel.hpp @@ -32,9 +32,6 @@ warren@wpratt.com namespace WDSP { -class RXA; -class TXA; - class WDSP_API PANEL { public: diff --git a/wdsp/phrot.cpp b/wdsp/phrot.cpp index 1dcbb0826..d7821554e 100644 --- a/wdsp/phrot.cpp +++ b/wdsp/phrot.cpp @@ -27,8 +27,6 @@ warren@wpratt.com #include "comm.hpp" #include "phrot.hpp" -#include "RXA.hpp" -#include "TXA.hpp" namespace WDSP { diff --git a/wdsp/sender.cpp b/wdsp/sender.cpp index e8aaf811d..cc55b31fd 100644 --- a/wdsp/sender.cpp +++ b/wdsp/sender.cpp @@ -27,7 +27,6 @@ warren@wpratt.com #include "comm.hpp" #include "sender.hpp" -#include "RXA.hpp" #include "bufferprobe.hpp" namespace WDSP { diff --git a/wdsp/sender.hpp b/wdsp/sender.hpp index a174690b2..200104794 100644 --- a/wdsp/sender.hpp +++ b/wdsp/sender.hpp @@ -37,7 +37,6 @@ warren@wpratt.com namespace WDSP { -class RXA; class BufferProbe; class WDSP_API SENDER diff --git a/wdsp/siphon.cpp b/wdsp/siphon.cpp index 930e75a76..c7ca1ec5f 100644 --- a/wdsp/siphon.cpp +++ b/wdsp/siphon.cpp @@ -28,8 +28,6 @@ warren@wpratt.com #include "comm.hpp" #include "meterlog10.hpp" #include "siphon.hpp" -#include "RXA.hpp" -#include "TXA.hpp" namespace WDSP { diff --git a/wdsp/siphon.hpp b/wdsp/siphon.hpp index f753ca581..bad4065d3 100644 --- a/wdsp/siphon.hpp +++ b/wdsp/siphon.hpp @@ -38,9 +38,6 @@ warren@wpratt.com namespace WDSP { -class RXA; -class TXA; - class WDSP_API SIPHON { public: diff --git a/wdsp/snotch.cpp b/wdsp/snotch.cpp index e2bdb5498..d26e6a5ad 100644 --- a/wdsp/snotch.cpp +++ b/wdsp/snotch.cpp @@ -27,8 +27,6 @@ warren@wpratt.com #include "comm.hpp" #include "snotch.hpp" -#include "RXA.hpp" -#include "TXA.hpp" namespace WDSP { diff --git a/wdsp/speak.cpp b/wdsp/speak.cpp index 97de8e14b..b2a1f0a20 100644 --- a/wdsp/speak.cpp +++ b/wdsp/speak.cpp @@ -27,8 +27,6 @@ warren@wpratt.com #include "comm.hpp" #include "speak.hpp" -#include "RXA.hpp" -#include "TXA.hpp" namespace WDSP { diff --git a/wdsp/speak.hpp b/wdsp/speak.hpp index a6d18fcd3..b5602a1f2 100644 --- a/wdsp/speak.hpp +++ b/wdsp/speak.hpp @@ -40,8 +40,6 @@ warren@wpratt.com namespace WDSP { -class RXA; - class WDSP_API SPEAK { public: diff --git a/wdsp/sphp.cpp b/wdsp/sphp.cpp index af59c8488..2b392b6fe 100644 --- a/wdsp/sphp.cpp +++ b/wdsp/sphp.cpp @@ -25,9 +25,8 @@ warren@wpratt.com */ +#include "comm.hpp" #include "sphp.hpp" -#include "RXA.hpp" -#include "TXA.hpp" namespace WDSP { diff --git a/wdsp/ssql.cpp b/wdsp/ssql.cpp index 3375b7e9f..69ec65aa0 100644 --- a/wdsp/ssql.cpp +++ b/wdsp/ssql.cpp @@ -29,7 +29,6 @@ warren@pratt.one #include "cblock.hpp" #include "ssql.hpp" #include "dbqlp.hpp" -#include "RXA.hpp" namespace WDSP { diff --git a/wdsp/ssql.hpp b/wdsp/ssql.hpp index 62fbaf4ff..04261304e 100644 --- a/wdsp/ssql.hpp +++ b/wdsp/ssql.hpp @@ -71,7 +71,6 @@ public: class CBL; class FTDV; class DBQLP; -class RXA; class WDSP_API SSQL // Syllabic Squelch { diff --git a/wdsp/wcpAGC.cpp b/wdsp/wcpAGC.cpp index e1f9a8a42..455bc856d 100644 --- a/wdsp/wcpAGC.cpp +++ b/wdsp/wcpAGC.cpp @@ -34,8 +34,6 @@ Santa Cruz, CA 95060 #include "comm.hpp" #include "nbp.hpp" #include "wcpAGC.hpp" -#include "RXA.hpp" -#include "TXA.hpp" namespace WDSP {