aboutsummaryrefslogtreecommitdiffstats
path: root/lv2specgen/lv2specgen.py
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-27 23:57:07 +0000
committerDavid Robillard <d@drobilla.net>2012-03-27 23:57:07 +0000
commitbf6d843dede6cecc01cda59c80bbd09ba3c4b8a2 (patch)
tree940275c254fbe2d1703d909a72064665a9ddeb07 /lv2specgen/lv2specgen.py
parentfd4c82baab204df599bf6d6410be1594d952e306 (diff)
downloadlv2-bf6d843dede6cecc01cda59c80bbd09ba3c4b8a2.tar.xz
Fix duplicate information on instance descriptions.
Diffstat (limited to 'lv2specgen/lv2specgen.py')
-rwxr-xr-xlv2specgen/lv2specgen.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lv2specgen/lv2specgen.py b/lv2specgen/lv2specgen.py
index 5fab9ee..4a1c9e4 100755
--- a/lv2specgen/lv2specgen.py
+++ b/lv2specgen/lv2specgen.py
@@ -587,7 +587,6 @@ def rdfsInstanceInfo(term, m):
doc = "<tr><th>Type</th>" + doc
doc += endProperties(first)
- doc += extraInfo(term, m)
return doc