aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wttrin.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/wttrin.el b/wttrin.el
index 0c556da..a6362a2 100644
--- a/wttrin.el
+++ b/wttrin.el
@@ -300,11 +300,6 @@ Handles header skipping, UTF-8 decoding, and error handling automatically."
CALLBACK is called with the weather data string when ready, or nil on error."
(wttrin--fetch-url (wttrin--build-url query) callback))
-(defun wttrin-exit ()
- "Exit the wttrin buffer."
- (interactive)
- (quit-window t))
-
(defun wttrin--requery-location (new-location)
"Kill current weather buffer and query NEW-LOCATION."
(when (get-buffer "*wttr.in*")