org-agenda-Quit: Remove unnecessary function calls
commitb4b6584eea27b5c1d25572ec957c49c77051ec72
authorKyle Meyer <kyle@kyleam.com>
Fri, 2 Jan 2015 22:38:30 +0000 (2 17:38 -0500)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 3 Jan 2015 11:15:58 +0000 (3 12:15 +0100)
tree91817eaed1a29c1a0a87b0e400ef23e73882234f
parent722a574d88bc6f2bc9a9abf9a2d80f5be679c2b2
org-agenda-Quit: Remove unnecessary function calls

* lisp/org-agenda.el (org-agenda-Quit): Remove unnecessary function calls.

- org-agenda-Quit turns off column view if it is active, instead of
  killing the agenda buffer, so there is no need to call
  org-columns-remove-overlays when killing the buffer.
- org-agenda-reset-markers is already called when the kill-buffer-hook
  is run.
lisp/org-agenda.el