summaryrefslogtreecommitdiff
path: root/src/dnd.lisp
diff options
context:
space:
mode:
authorGrant Shoshin Shangreaux <shoshin@cicadas.surf>2023-03-26 11:31:29 -0500
committerGrant Shoshin Shangreaux <shoshin@cicadas.surf>2023-03-26 11:31:29 -0500
commit1e942dd0c26b0709fb8878588c072e50020eec34 (patch)
tree37e48fbb75fca38a35a0348cf3d560fb7a168bea /src/dnd.lisp
parentdaa6f103c5fc5c473721a7b2bda16363ae39d391 (diff)
Clean: double defvarsHEADmain
Diffstat (limited to 'src/dnd.lisp')
-rw-r--r--src/dnd.lisp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dnd.lisp b/src/dnd.lisp
index 70edd7d..040f24a 100644
--- a/src/dnd.lisp
+++ b/src/dnd.lisp
@@ -2,9 +2,6 @@
(in-package #:dnd)
-(defvar *config* nil
- "Instance of the config class globally available.")
-
(defvar *dnd-arena* nil
"The instance of the HTTP server")