|
From: Tom T. <tom...@et...> - 2015-11-06 18:49:15
|
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 <tom...@et...>
---
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"
--
1.9.1
|