Index: sbbs.el ================================================================== --- sbbs.el +++ sbbs.el @@ -64,13 +64,10 @@ (defvar-local sbbs--thread-id nil "Buffer local reference to current thread id. Used in thread and reply buffers.") -(defvar sbbs--ornamentum nil - "Global cache of the ornamentum, used for posting.") - ;; BOARD OBJECT AND FUNCTIONS (defun sbbs-make-board (domain name &optional tls) "Create board object, using DOMAIN, NAME and TLS flag." (vector domain name tls))