diff options
author | Tom Rondeau <trondeau@vt.edu> | 2011-04-06 00:22:29 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2011-04-06 00:22:29 -0400 |
commit | 8f53f5a782a6500d191ba557b37e7e3785cf6e02 (patch) | |
tree | a18c33aa51f4ac3defb8e179b12ce380b74e3da9 /gr-qtgui/grc | |
parent | b0f876b55549db96920c2b3bfee32de6748096af (diff) |
gr-qtgui: removing references to 3D waterfall plot and changning QtGui API to remove bool that turns it on/off.
Diffstat (limited to 'gr-qtgui/grc')
-rw-r--r-- | gr-qtgui/grc/qtgui_sink_x.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gr-qtgui/grc/qtgui_sink_x.xml b/gr-qtgui/grc/qtgui_sink_x.xml index 7a5f5ec135..8c470a1a5f 100644 --- a/gr-qtgui/grc/qtgui_sink_x.xml +++ b/gr-qtgui/grc/qtgui_sink_x.xml @@ -21,7 +21,6 @@ qtgui.$(type.fcn)( $name, \#name $plotfreq, \#plotfreq $plotwaterfall, \#plotwaterfall - $plotwaterfall3d, \#plotwaterfall3d $plottime, \#plottime $plotconst, \#plotconst ) @@ -90,15 +89,6 @@ $(gui_hint()($win))</make> <option><name>Off</name><key>False</key></option> </param> <param> - <name>Plot Waterfall 3D</name> - <key>plotwaterfall3d</key> - <value>True</value> - <type>bool</type> - <hide>part</hide> - <option><name>On</name><key>True</key></option> - <option><name>Off</name><key>False</key></option> - </param> - <param> <name>Plot Time</name> <key>plottime</key> <value>True</value> |