summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gr-analog/include/gnuradio/analog/agc3_cc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gr-analog/include/gnuradio/analog/agc3_cc.h b/gr-analog/include/gnuradio/analog/agc3_cc.h
index 033caf3efe..2bbe275055 100644
--- a/gr-analog/include/gnuradio/analog/agc3_cc.h
+++ b/gr-analog/include/gnuradio/analog/agc3_cc.h
@@ -49,8 +49,6 @@ namespace gr {
* \param attack_rate the update rate of the loop when in attack mode.
* \param decay_rate the update rate of the loop when in decay mode.
* \param reference reference value to adjust signal power to.
- * \param gain initial gain value.
- * \param max_gain maximum gain value (0 for unlimited).
*/
static sptr make(float attack_rate = 1e-1, float decay_rate = 1e-2,
float reference = 1.0);