From 1e942dd0c26b0709fb8878588c072e50020eec34 Mon Sep 17 00:00:00 2001 From: Grant Shoshin Shangreaux Date: Sun, 26 Mar 2023 11:31:29 -0500 Subject: Clean: double defvars --- src/dnd.lisp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/dnd.lisp') 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") -- cgit v1.2.3