diff options
| author | Lex Neva <github.com@lexneva.name> | 2020-03-06 23:22:00 -0500 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2020-03-06 23:22:00 -0500 |
| commit | 0c166e09bd6587728b87130ce5b611983745d2cc (patch) | |
| tree | 1f118e464e8a6a39d5ce36df44d66408e94c6585 /templates/auto_satin.inx | |
| parent | a4277d19a60f1611658897c18d2548fedf52e8f5 (diff) | |
remove unnecessary dependency tags
Diffstat (limited to 'templates/auto_satin.inx')
| -rw-r--r-- | templates/auto_satin.inx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/auto_satin.inx b/templates/auto_satin.inx index 5830d599..673ac51e 100644 --- a/templates/auto_satin.inx +++ b/templates/auto_satin.inx @@ -2,8 +2,6 @@ <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> <name>{% trans %}Auto-Route Satin Columns{% endtrans %}</name> <id>org.inkstitch.auto_satin.{{ locale }}</id> - <dependency type="executable" location="extensions">inkstitch.py</dependency> - <dependency type="executable" location="extensions">inkex.py</dependency> <param name="trim" type="boolean" _gui-text="{% trans %}Trim jump stitches{% endtrans %}">true</param> <param name="preserve_order" type="boolean" _gui-text="{% trans %}Preserve order of satin columns{% endtrans %}">false</param> <param name="extension" type="string" gui-hidden="true">auto_satin</param> |
