summaryrefslogtreecommitdiff
path: root/templates/simulate.inx
diff options
context:
space:
mode:
authorLex Neva <lexelby@users.noreply.github.com>2020-04-28 12:34:05 -0400
committerGitHub <noreply@github.com>2020-04-28 18:34:05 +0200
commitcb2b4e3522cb7f426ba5ad3e68deb9e6ccc581ec (patch)
tree2a2f38823c3c9f0b5439ce2aa7c9040299109292 /templates/simulate.inx
parenteb526927e16954390d06929535d6f5c3766b5f6c (diff)
electron simulator (#531)
Diffstat (limited to 'templates/simulate.inx')
-rw-r--r--templates/simulate.inx15
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>