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/layer_commands.inx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/layer_commands.inx') diff --git a/templates/layer_commands.inx b/templates/layer_commands.inx index 6b978e43..4f586363 100644 --- a/templates/layer_commands.inx +++ b/templates/layer_commands.inx @@ -18,6 +18,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/layer_commands.inx | 2 -- 1 file changed, 2 deletions(-) (limited to 'templates/layer_commands.inx') 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 @@ {% trans %}Add Layer Commands{% endtrans %} org.inkstitch.layer_commands.{{ locale }} - inkstitch.py - inkex.py {% trans %}Commands will be added to the currently-selected layer.{% endtrans %} {% for command, description in layer_commands %} false -- cgit v1.2.3