Remove use of package local nicknames

This commit is contained in:
David Botton 2021-11-05 13:25:42 -04:00
parent 0c5408f281
commit 8eb1bd753e
9 changed files with 32 additions and 32 deletions

View file

@ -16,7 +16,6 @@
(mgl-pax:define-package :clog
(:documentation "The Common List Omnificent GUI - CLOG")
(:local-nicknames (:cc :clog-connection))
(:use #:cl #:parse-float #:mgl-pax))
(cl:in-package :clog)