Remove useless function
This commit is contained in:
parent
241f437de7
commit
5e567d0857
1 changed files with 1 additions and 3 deletions
|
|
@ -1,8 +1,7 @@
|
|||
(uiop:define-package :sextant/models/org-model
|
||||
(:use :cl :eql :org :qml-lisp :s-base64 :alexandria
|
||||
:sextant/models/utils)
|
||||
(:export #:current-pathname
|
||||
#:org-document
|
||||
(:export #:org-document
|
||||
#:inc-nodes-count
|
||||
#:dec-nodes-count
|
||||
#:replace-data
|
||||
|
|
@ -58,7 +57,6 @@
|
|||
|
||||
|
||||
|
||||
(defun current-pathname () *current-pathname*)
|
||||
(defun org-document () *org-document*)
|
||||
|
||||
(defun model-index (index)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue