Skip to content

Commit

Permalink
Remove sideline--delete-ovs completely from render
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Apr 2, 2024
1 parent 1dc5c2e commit bb0c45f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sideline.el
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,6 @@ If argument ON-LEFT is non-nil, it will align to the left instead of right."
"Render sideline once in the BUFFER."
(sideline--with-buffer (or buffer (current-buffer))
(unless (funcall sideline-inhibit-display-function)
;;(sideline--delete-ovs) ; for function call externally
(run-hooks 'sideline-pre-render-hook)
(sideline--render-backends sideline-backends-left t)
(sideline--render-backends sideline-backends-right nil)
Expand Down

0 comments on commit bb0c45f

Please sign in to comment.