Skip to content

Commit

Permalink
remove autoloads
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed May 15, 2017
1 parent 3f6aa92 commit 1d0e49f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions helm-frame.el
Expand Up @@ -81,7 +81,6 @@ If FRAME is provided, then get display that frame is on."
(if frame frame nil)))


;;;###autoload
(defun helm-frame/create ()
"Create a new helm-frame."
(let
Expand All @@ -93,7 +92,6 @@ If FRAME is provided, then get display that frame is on."
(lower-frame frame)
(select-frame-set-input-focus old-frame) frame))

;;;###autoload
(defun helm-frame/frame ()
"Return the current frame, or create a new one."
(let ((frame (or (helm-frame--frame-named "Helm") (helm-frame/create))))
Expand All @@ -102,14 +100,12 @@ If FRAME is provided, then get display that frame is on."
(helm-frame--center-frame frame)
frame))

;;;###autoload
(defun helm-frame/window (window)
"Return helm-frame's window.
Takes WINDOW for compatability with 'helm-split-window-preferred-function'."
(frame-root-window (helm-frame/frame)))

;;;###autoload
(defun helm-frame/delete ()
"Throw the frame down a very deep well."
(delete-frame (helm-frame/frame)))
Expand Down

0 comments on commit 1d0e49f

Please sign in to comment.