From 54c9f6400900d04cddff4926d1de9f5e0467e94d Mon Sep 17 00:00:00 2001
From: Eric Blossom
Date: Mon, 18 Jan 2010 12:27:45 -0800
Subject: Remove unnecessary implementation of flexrf::refclk_freq.

Apply patch from Alexander Chemeris <alexander.chemeris@gmail.com>
---
 usrp/host/include/usrp/db_flexrf.h | 1 -
 1 file changed, 1 deletion(-)

(limited to 'usrp/host/include')

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);
 
-- 
cgit