Remove unused function
This commit is contained in:
parent
09535fc58b
commit
bd112c2798
1 changed files with 0 additions and 5 deletions
|
@ -62,11 +62,6 @@
|
|||
(circe-serenity--define-formatter 'circe-serenity-say-formatter 'circe-format-say)
|
||||
(circe-serenity--define-formatter 'circe-serenity-say-formatter 'circe-format-self-say)
|
||||
|
||||
(defun circe-serenity-self-say-formatter (&rest keywords)
|
||||
(propertize (format (format "%%%ds %%s" circe-serenity-longest-nick)
|
||||
">" (plist-get keywords :body))
|
||||
'wrap-prefix (circe-serenity--fill-string)))
|
||||
|
||||
(defun circe-serenity-action-formatter (&rest keywords)
|
||||
(propertize
|
||||
(lui-format
|
||||
|
|
Loading…
Reference in a new issue