Skip to content

Commit

Permalink
window: Delete redundant docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadcg committed Dec 6, 2023
1 parent d8dc314 commit 86c5372
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/window.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ The handlers take the window as argument."))

(defmethod initialize-instance :after ((window window) &key (browser *browser*)
&allow-other-keys)
"Initialize some required slots like ID and status-buffer."
(setf (window (status-buffer window)) window)
(setf (window (message-buffer window)) window)
(when browser
Expand Down

0 comments on commit 86c5372

Please sign in to comment.