Remove mac-start-animation calls

This commit is contained in:
Henrik Lissner 2015-11-24 03:45:02 -05:00
parent 0897e5e34b
commit 5d350a7542
2 changed files with 1 additions and 6 deletions

View file

@ -103,8 +103,6 @@
(narf:workgroup-display)
(let ((wgs (wg-workgroup-list-or-error)))
(unless (eq (nth index wgs) (wg-current-workgroup t))
(when (and IS-MAC window-system)
(mac-start-animation (window-frame (get-buffer-window)) :type 'fade-out :duration 0.75))
(wg-switch-to-workgroup-at-index index)
(narf:workgroup-display))))