diff options
author | Josh Blum <josh@joshknows.com> | 2010-07-24 00:11:44 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-07-24 00:11:44 -0700 |
commit | 5ba60fa140d2f6e96aea1394554232809b3eeae9 (patch) | |
tree | 34cd91b4d9c4e0258e55f108ad4b51999d1004a9 /host/lib/CMakeLists.txt | |
parent | 707b103ce5f3b9cc299e741c968c35bd4038b610 (diff) | |
download | uhd-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.txt | 1 |
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 |