aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/CMakeLists.txt
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-07-24 00:11:44 -0700
committerJosh Blum <josh@joshknows.com>2010-07-24 00:11:44 -0700
commit5ba60fa140d2f6e96aea1394554232809b3eeae9 (patch)
tree34cd91b4d9c4e0258e55f108ad4b51999d1004a9 /host/lib/CMakeLists.txt
parent707b103ce5f3b9cc299e741c968c35bd4038b610 (diff)
downloaduhd-5ba60fa140d2f6e96aea1394554232809b3eeae9.tar.gz
uhd-5ba60fa140d2f6e96aea1394554232809b3eeae9.tar.bz2
uhd-5ba60fa140d2f6e96aea1394554232809b3eeae9.zip
usrp: removed gain handler code (replaced by gain group)
Diffstat (limited to 'host/lib/CMakeLists.txt')
-rw-r--r--host/lib/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/CMakeLists.txt b/host/lib/CMakeLists.txt
index 010478821..4899d3dbc 100644
--- a/host/lib/CMakeLists.txt
+++ b/host/lib/CMakeLists.txt
@@ -113,7 +113,6 @@ CONFIGURE_FILE(
LIBUHD_APPEND_SOURCES(
${CMAKE_CURRENT_SOURCE_DIR}/device.cpp
${CMAKE_CURRENT_SOURCE_DIR}/gain_group.cpp
- ${CMAKE_CURRENT_SOURCE_DIR}/gain_handler.cpp
${CMAKE_CURRENT_SOURCE_DIR}/load_modules.cpp
${CMAKE_CURRENT_SOURCE_DIR}/thread_priority.cpp
${CMAKE_CURRENT_SOURCE_DIR}/types.cpp