diff options
author | Eric Blossom | 2010-01-18 12:27:45 -0800 |
---|---|---|
committer | Eric Blossom | 2010-01-18 12:27:45 -0800 |
commit | 54c9f6400900d04cddff4926d1de9f5e0467e94d (patch) | |
tree | 9cf6581663306f5148c205ec825683cd370989f7 /usrp/host/include | |
parent | b5709abe52928f0b701cd5f5eedefc2c1665123e (diff) | |
download | gnuradio-54c9f6400900d04cddff4926d1de9f5e0467e94d.tar.gz gnuradio-54c9f6400900d04cddff4926d1de9f5e0467e94d.tar.bz2 gnuradio-54c9f6400900d04cddff4926d1de9f5e0467e94d.zip |
Remove unnecessary implementation of flexrf::refclk_freq.
Apply patch from Alexander Chemeris <alexander.chemeris@gmail.com>
Diffstat (limited to 'usrp/host/include')
-rw-r--r-- | usrp/host/include/usrp/db_flexrf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usrp/host/include/usrp/db_flexrf.h b/usrp/host/include/usrp/db_flexrf.h index 3adad302d..0c834402d 100644 --- a/usrp/host/include/usrp/db_flexrf.h +++ b/usrp/host/include/usrp/db_flexrf.h @@ -54,7 +54,6 @@ protected: int &retN, double &retfreq); int _compute_control_reg(); int _refclk_divisor(); - double _refclk_freq(); bool _set_pga(float pga_gain); |