diff options
Diffstat (limited to 'host/lib/usrp/usrp_c.cpp')
-rw-r--r-- | host/lib/usrp/usrp_c.cpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/host/lib/usrp/usrp_c.cpp b/host/lib/usrp/usrp_c.cpp index 3d50bd8be..a61a1cf02 100644 --- a/host/lib/usrp/usrp_c.cpp +++ b/host/lib/usrp/usrp_c.cpp @@ -1404,26 +1404,6 @@ uhd_error uhd_usrp_get_tx_sensor_names( ) } -uhd_error uhd_usrp_set_tx_dc_offset_enabled( - uhd_usrp_handle h, - bool enb, - size_t chan -){ - UHD_SAFE_C_SAVE_ERROR(h, - USRP(h)->set_tx_dc_offset(enb, chan); - ) -} - -uhd_error uhd_usrp_set_tx_iq_balance_enabled( - uhd_usrp_handle h, - bool enb, - size_t chan -){ - UHD_SAFE_C_SAVE_ERROR(h, - USRP(h)->set_tx_iq_balance(enb, chan); - ) -} - /**************************************************************************** * GPIO methods ***************************************************************************/ |