diff options
Diffstat (limited to 'grc/blocks/bus_source.xml')
-rw-r--r-- | grc/blocks/bus_source.xml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/grc/blocks/bus_source.xml b/grc/blocks/bus_source.xml deleted file mode 100644 index e5b5c2b9bf..0000000000 --- a/grc/blocks/bus_source.xml +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0"?> -<!-- -################################################### -##Bus Sink -################################################### - --> -<block> - <name>Bus Source</name> - <key>bus_source</key> - <make>$yesno.yesno</make> - - <param> - <name>On/Off</name> - <key>yesno</key> - <type>enum</type> - <option> - <name>On</name> - <key>on</key> - <opt>yesno:True</opt> - </option> - <option> - <name>Off</name> - <key>off</key> - <opt>yesno:False</opt> - </option> - </param> -</block> |