diff options
author | Martin Braun <martin.braun@ettus.com> | 2014-02-21 13:39:47 +0100 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2014-03-10 11:46:02 +0100 |
commit | 81f9036788edbdb3498ac3b60b3e37791aab3e2b (patch) | |
tree | 6130f412303d0fa6f9ee82fc3ab976907969cd39 /host/lib/usrp/x300/x300_impl.hpp | |
parent | 973b47c48339dbae2e125a8c8d84ef67fedc4bdf (diff) | |
download | uhd-81f9036788edbdb3498ac3b60b3e37791aab3e2b.tar.gz uhd-81f9036788edbdb3498ac3b60b3e37791aab3e2b.tar.bz2 uhd-81f9036788edbdb3498ac3b60b3e37791aab3e2b.zip |
x300: remove data that was duplicating property tree
Diffstat (limited to 'host/lib/usrp/x300/x300_impl.hpp')
-rw-r--r-- | host/lib/usrp/x300/x300_impl.hpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/host/lib/usrp/x300/x300_impl.hpp b/host/lib/usrp/x300/x300_impl.hpp index 1fb3676a0..62ec0f83a 100644 --- a/host/lib/usrp/x300/x300_impl.hpp +++ b/host/lib/usrp/x300/x300_impl.hpp @@ -194,10 +194,6 @@ private: radio_perifs_t radio_perifs[2]; uhd::usrp::dboard_eeprom_t db_eeproms[8]; - //per mboard frontend mapping - uhd::usrp::subdev_spec_t rx_fe_map; - uhd::usrp::subdev_spec_t tx_fe_map; - //other perifs on mboard x300_clock_ctrl::sptr clock; uhd::gps_ctrl::sptr gps; |