diff options
author | Josh Blum <josh@joshknows.com> | 2010-06-10 17:11:12 +0000 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-06-10 17:11:12 +0000 |
commit | 28ecca40d3e032393eb028cea9d6812b8ff80851 (patch) | |
tree | 8a923f5994ee81e600722644e08ed865d1873b8b /host/lib/usrp/usrp2/usrp2_impl.hpp | |
parent | a2fb45081530fa247bd5a4c0be441fa77da0ed1b (diff) | |
parent | 126444c564d30d65116be5f772bdf47594d62884 (diff) | |
download | uhd-28ecca40d3e032393eb028cea9d6812b8ff80851.tar.gz uhd-28ecca40d3e032393eb028cea9d6812b8ff80851.tar.bz2 uhd-28ecca40d3e032393eb028cea9d6812b8ff80851.zip |
Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.hpp')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_impl.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.hpp b/host/lib/usrp/usrp2/usrp2_impl.hpp index 77148ee62..ccc09003e 100644 --- a/host/lib/usrp/usrp2/usrp2_impl.hpp +++ b/host/lib/usrp/usrp2/usrp2_impl.hpp @@ -190,8 +190,6 @@ private: wax_obj_proxy::sptr _tx_dboard_proxy; uhd::prop_names_t _tx_subdevs_in_use; uhd::usrp::dboard_eeprom_t _tx_db_eeprom; - void update_rx_mux_config(void); - void update_tx_mux_config(void); //methods and shadows for the ddc dsp std::vector<size_t> _allowed_decim_and_interp_rates; |