summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim O'Shea <tim.oshea753@gmail.com>2013-03-01 08:54:55 -0500
committerTom Rondeau <trondeau@vt.edu>2013-03-13 18:04:01 -0400
commitf97efa312d3b0f2cee7996bd2afe3bed89ea937a (patch)
treec00c090ff8e4593513b21029bab535e720fe5521
parent2eb6d072ad3907fd46219029d26b5c744cc92071 (diff)
channels: fix for duplicate export
-rw-r--r--gr-channels/lib/fading_model_impl.cc15
1 files changed, 0 insertions, 15 deletions
diff --git a/gr-channels/lib/fading_model_impl.cc b/gr-channels/lib/fading_model_impl.cc
index b38ff82892..106cc19c53 100644
--- a/gr-channels/lib/fading_model_impl.cc
+++ b/gr-channels/lib/fading_model_impl.cc
@@ -135,21 +135,6 @@ namespace gr {
pmt::mp(0), pmt::mp(1), pmt::mp(0.00001),
"radians", "Maximum step size for random walk angle per sample",
RPC_PRIVLVL_MIN, DISPTIME | DISPOPTSTRIP)));
-
- add_rpc_variable(
- rpcbasic_sptr(new rpcbasic_register_get<fading_model, float >(
- alias(), "step",
- &fading_model::step,
- pmt::mp(0), pmt::mp(8), pmt::mp(4),
- "radians", "Maximum step size for random walk angle per sample",
- RPC_PRIVLVL_MIN, DISPTIME | DISPOPTSTRIP)));
- add_rpc_variable(
- rpcbasic_sptr(new rpcbasic_register_set<fading_model, float >(
- alias(), "step",
- &fading_model::set_step,
- pmt::mp(0), pmt::mp(1), pmt::mp(0.00001),
- "radians", "Maximum step size for random walk angle per sample",
- RPC_PRIVLVL_MIN, DISPTIME | DISPOPTSTRIP)));
#endif /* GR_CTRLPORT */
}