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/layer_commands.inx | |
| parent | a4277d19a60f1611658897c18d2548fedf52e8f5 (diff) | |
remove unnecessary dependency tags
Diffstat (limited to 'templates/layer_commands.inx')
| -rw-r--r-- | templates/layer_commands.inx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/layer_commands.inx b/templates/layer_commands.inx index 4f586363..249d536e 100644 --- a/templates/layer_commands.inx +++ b/templates/layer_commands.inx @@ -2,8 +2,6 @@ <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> <name>{% trans %}Add Layer Commands{% endtrans %}</name> <id>org.inkstitch.layer_commands.{{ locale }}</id> - <dependency type="executable" location="extensions">inkstitch.py</dependency> - <dependency type="executable" location="extensions">inkex.py</dependency> <param name="description" type="description">{% trans %}Commands will be added to the currently-selected layer.{% endtrans %}</param> {% for command, description in layer_commands %} <param name="{{ command }}" type="boolean" _gui-text="{{ _(description) }}">false</param> |
