summaryrefslogtreecommitdiff
path: root/grc/blocks/variable_struct.xml.py
diff options
context:
space:
mode:
Diffstat (limited to 'grc/blocks/variable_struct.xml.py')
-rw-r--r--grc/blocks/variable_struct.xml.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/grc/blocks/variable_struct.xml.py b/grc/blocks/variable_struct.xml.py
index e43200828b..de4411e975 100644
--- a/grc/blocks/variable_struct.xml.py
+++ b/grc/blocks/variable_struct.xml.py
@@ -6,7 +6,6 @@ HEADER = """\
<block>
<name>Struct Variable</name>
<key>variable_struct</key>
- <category>Variables</category>
<import>def struct(data): return type('Struct', (object,), data)()</import>
<var_make>self.$id = $id = struct({{#slurp
#for $i in range({0}):