From 395fcdd2520428d2ca6441ab4085b90a9eccb0d1 Mon Sep 17 00:00:00 2001 From: David Botton Date: Mon, 18 Jul 2022 14:25:20 -0400 Subject: [PATCH] remove -design --- templates/projects/clog-plugin/tmpl.lisp.lt | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/projects/clog-plugin/tmpl.lisp.lt b/templates/projects/clog-plugin/tmpl.lisp.lt index 5034035..ea04c00 100644 --- a/templates/projects/clog-plugin/tmpl.lisp.lt +++ b/templates/projects/clog-plugin/tmpl.lisp.lt @@ -2,7 +2,6 @@ (:use #:cl #:clog) (:export <%= (@ sys-name) %>-element create-<%= (@ sys-name) %>-element - create-<%= (@ sys-name) %>-design init-<%= (@ sys-name) %> attach-<%= (@ sys-name) %> start-test))