Merged r11401:11405 from jblum/digital into trunk. Restores tunnel.py, rx_voice...
[debian/gnuradio] / gnuradio-examples / python / digital / receive_path.py
index a6bffeeac4c942a69c74b0c96770a69d30be03fc..c229aa9e4784c9f6d848d893b0d42c520d52d87c 100644 (file)
@@ -118,8 +118,6 @@ class receive_path(gr.hier_block2):
         if not normal.has_option("--bitrate"):
             normal.add_option("-r", "--bitrate", type="eng_float", default=100e3,
                               help="specify bitrate [default=%default].")
-        normal.add_option("", "--show-rx-gain-range", action="store_true", default=False, 
-                          help="print min and max Rx gain available on selected daughterboard")
         normal.add_option("-v", "--verbose", action="store_true", default=False)
         expert.add_option("-S", "--samples-per-symbol", type="int", default=2,
                           help="set samples/symbol [default=%default]")