aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2023-06-12 16:44:47 +0200
committerMiguel Ángel Moreno <mail@migalmoreno.com>2023-06-12 16:46:43 +0200
commit6ff516cf307080daa6117acf828357b64a2f813e (patch)
tree3093d4fe1a9a5a013f58a01eaa687531eaa28167
parent71ecc5620b34587b91d62cb94ad4018a369c781e (diff)
feat: Remove make-theme helper
-rw-r--r--tailor.lisp6
1 files changed, 0 insertions, 6 deletions
diff --git a/tailor.lisp b/tailor.lisp
index d2ef3d4..156cc91 100644
--- a/tailor.lisp
+++ b/tailor.lisp
@@ -14,12 +14,6 @@ by including `with-style' invocations in their configuration.")
(defvar *light-theme-timer* nil
"`sb-ext:timer' used to apply the light theme.")
-(sera:export-always 'make-theme)
-(defun make-theme (id &rest extra-slots &key &allow-other-keys)
- "Build a `nx-tailor' theme. ID is required and EXTRA-SLOTS
-will be supplied to the `theme:theme' constructor"
- (apply #'make-instance 'user-theme :id id extra-slots))
-
(defun today ()
"Compute the correct timestamp for today according to
the local timezone given by `local-time:*default-timezone*'."