From b2482baf79d478912f48c3eba1675fea5c9fed96 Mon Sep 17 00:00:00 2001 From: Tom Tsou Date: Fri, 6 Nov 2015 10:49:07 -0800 Subject: [PATCH] Transceiver52M: Remove unused and unmaintained files (part 2) Previous patch fdf71fb5 "Remove unused and unmaintained files" was incomplete. Remove remaining use of sendLPF_961.h and rcvLPF_651.h. Signed-off-by: Tom Tsou --- Transceiver52M/Makefile.am | 2 -- Transceiver52M/sigProcLib.cpp | 2 -- 2 files changed, 4 deletions(-) diff --git a/Transceiver52M/Makefile.am b/Transceiver52M/Makefile.am index 889ef99..54f1a4a 100644 --- a/Transceiver52M/Makefile.am +++ b/Transceiver52M/Makefile.am @@ -76,8 +76,6 @@ noinst_HEADERS = \ Transceiver.h \ USRPDevice.h \ DummyLoad.h \ - rcvLPF_651.h \ - sendLPF_961.h \ Resampler.h \ convolve.h \ convert.h diff --git a/Transceiver52M/sigProcLib.cpp b/Transceiver52M/sigProcLib.cpp index 491d868..3f17899 100644 --- a/Transceiver52M/sigProcLib.cpp +++ b/Transceiver52M/sigProcLib.cpp @@ -24,8 +24,6 @@ #include "sigProcLib.h" #include "GSMCommon.h" -#include "sendLPF_961.h" -#include "rcvLPF_651.h" extern "C" { #include "convolve.h"