diff --git a/src/workgroups-commands.el b/src/workgroups-commands.el index dfe818bb92f5eed543e53f777c1704fd01016e1d..3c5c8d067c861314ba1d793405250e5a29b865c8 100644 --- a/src/workgroups-commands.el +++ b/src/workgroups-commands.el @@ -825,13 +825,6 @@ http://stackoverflow.com/questions/21151992/why-emacs-as-daemon-gives-1-more-fra (:cmd "Workgroups: ") (wg-workgroup-list-display))) -(defun wg-echo-last-message () - "Echo the last message Workgroups sent to the echo area. -The string is passed through a format arg to escape %'s." - (interactive) - (message "%s" wg-last-message)) - - ;;; help commands