Skip to content

Commit

Permalink
remove unused functions
Browse files Browse the repository at this point in the history
  • Loading branch information
cxxxr committed Oct 1, 2023
1 parent ff401f3 commit da78e5d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/display-2.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -232,14 +232,6 @@
(log:error e string attributes)
nil)))

(defun attribute-foreground-color (attribute)
(assert attribute)
(lem-core:parse-color (lem-core:attribute-foreground attribute)))

(defun attribute-background-color (attribute)
(assert attribute)
(lem-core:parse-color (lem-core:attribute-background attribute)))

(defun compute-items-from-logical-line (logical-line)
(let ((items
(compute-items-from-string-and-attributes (logical-line-string logical-line)
Expand Down

0 comments on commit da78e5d

Please sign in to comment.