diff --git a/src/workgroups-commands.el b/src/workgroups-commands.el index 3c5c8d067c861314ba1d793405250e5a29b865c8..a0f7a11447af53e50e094951cd791e31821afb95 100644 --- a/src/workgroups-commands.el +++ b/src/workgroups-commands.el @@ -808,24 +808,6 @@ http://stackoverflow.com/questions/21151992/why-emacs-as-daemon-gives-1-more-fra (wg-toggle-and-message 'wg-mode-line-display-on)) - -;;; echo commands - -(defun wg-echo-current-workgroup () - "Display the name of the current workgroup in the echo area." - (interactive) - (wg-fontified-message - (:cmd "Current: ") - (:cur (wg-workgroup-name (wg-current-workgroup))))) - -(defun wg-echo-all-workgroups () - "Display the names of all workgroups in the echo area." - (interactive) - (wg-fontified-message - (:cmd "Workgroups: ") - (wg-workgroup-list-display))) - - ;;; help commands (defun wg-help ()