Remove unused ein:worksheet-detach-from-buffer

This commit is contained in:
Takafumi Arakaki 2012-08-30 16:26:05 +02:00
parent d0a16798f4
commit 80f210d346

View file

@ -161,11 +161,6 @@ this value."
((buffer-live-p buffer)))
buffer))
(defmethod ein:worksheet-detach-from-buffer ((ws ein:worksheet))
"Deactivate worksheet WS without killing buffer."
(mapc #'ein:cell-deactivate (ein:worksheet-get-cells ws))
(slot-makeunbound ws :ewoc))
(defmethod ein:worksheet--buffer-name ((ws ein:worksheet))
(format ein:worksheet-buffer-name-template
(ein:worksheet-url-or-port ws)