diff options
-rw-r--r-- | gnuradio-core/src/lib/general/gr_dpll_bb.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnuradio-core/src/lib/general/gr_dpll_bb.cc b/gnuradio-core/src/lib/general/gr_dpll_bb.cc index 70bd9b70d..9f597489e 100644 --- a/gnuradio-core/src/lib/general/gr_dpll_bb.cc +++ b/gnuradio-core/src/lib/general/gr_dpll_bb.cc @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* - * Copyright 2007 Free Software Foundation, Inc. + * Copyright 2007,2009 Free Software Foundation, Inc. * * This file is part of GNU Radio * @@ -49,7 +49,6 @@ gr_dpll_bb::gr_dpll_bb (float period, float gain) d_gain, d_decision_threshold); #endif - set_history(1); // so we can look behind us } int |