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