diff options
Diffstat (limited to 'templates/simulate.inx')
| -rw-r--r-- | templates/simulate.inx | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/templates/simulate.inx b/templates/simulate.inx deleted file mode 100644 index 09f29d38..00000000 --- a/templates/simulate.inx +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> - <name>{% trans %}Simulate{% endtrans %}</name> - <id>org.inkstitch.simulate.{{ locale }}</id> - <param name="extension" type="string" gui-hidden="true">simulate</param> - <effect> - <object-type>all</object-type> - <effects-menu> - <submenu name="Ink/Stitch" /> - </effects-menu> - </effect> - <script> - {{ command_tag | safe }} - </script> -</inkscape-extension> |
