From a4277d19a60f1611658897c18d2548fedf52e8f5 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Fri, 6 Mar 2020 22:39:25 -0500 Subject: remove stub --- templates/object_commands.inx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/object_commands.inx') diff --git a/templates/object_commands.inx b/templates/object_commands.inx index 1b1c40d9..2e973789 100644 --- a/templates/object_commands.inx +++ b/templates/object_commands.inx @@ -17,6 +17,6 @@ -- cgit v1.2.3 From 0c166e09bd6587728b87130ce5b611983745d2cc Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Fri, 6 Mar 2020 23:22:00 -0500 Subject: remove unnecessary dependency tags --- templates/object_commands.inx | 2 -- 1 file changed, 2 deletions(-) (limited to 'templates/object_commands.inx') diff --git a/templates/object_commands.inx b/templates/object_commands.inx index 2e973789..affe7584 100644 --- a/templates/object_commands.inx +++ b/templates/object_commands.inx @@ -2,8 +2,6 @@ {% trans %}Attach Commands to Selected Objects{% endtrans %} org.inkstitch.commands.{{ locale }} - inkstitch.py - inkex.py {% for command, description in object_commands %} false {% endfor %} -- cgit v1.2.3