diff options
author | Josh Blum | 2011-03-13 17:33:33 -0700 |
---|---|---|
committer | Josh Blum | 2011-03-13 17:33:33 -0700 |
commit | 07bd878bc30f7ab54afc1e2f0055419388c3c992 (patch) | |
tree | 4e8113c440c8c287ea4a8239879d1cebd9e419ed /grc/blocks/block_tree.xml | |
parent | b812a91c0beb33ff755f4426f36a2a3e2c9b295c (diff) | |
download | gnuradio-07bd878bc30f7ab54afc1e2f0055419388c3c992.tar.gz gnuradio-07bd878bc30f7ab54afc1e2f0055419388c3c992.tar.bz2 gnuradio-07bd878bc30f7ab54afc1e2f0055419388c3c992.zip |
grc: moved all usrp1 and usrp2 stuff out of grc and into gr-usrp*/grc
Moved grc xml files, python wrappers (USRP1 only), probe apps + freedesktop files.
When the gr-usrp and gr-usrp2 directories are removed, grc will not have to change.
Minor change: the freedesktop files are always installed now.
This does not mean that they are installed properly with xdg,
it just means that the runtime can have access to the icons.
Diffstat (limited to 'grc/blocks/block_tree.xml')
-rw-r--r-- | grc/blocks/block_tree.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/grc/blocks/block_tree.xml b/grc/blocks/block_tree.xml index 610a88102..e18944bce 100644 --- a/grc/blocks/block_tree.xml +++ b/grc/blocks/block_tree.xml @@ -274,15 +274,6 @@ <block>probe_function</block> </cat> <cat> - <name>USRP</name> - <block>usrp_simple_source_x</block> - <block>usrp_simple_sink_x</block> - <block>usrp_dual_source_x</block> - <block>usrp_dual_sink_x</block> - <block>usrp2_source_xxxx</block> - <block>usrp2_sink_xxxx</block> - </cat> - <cat> <name>Variables</name> <block>variable</block> <block>variable_slider</block> |