branch: elpa/hyperdrive
commit 40deed74914162946df471c2bbf9cbd906d4521d
Author: Joseph Turner <jos...@ushin.org>
Commit: Joseph Turner <jos...@ushin.org>

    Change: (hyperdrive-menu-bar-menu) Remove top level "Upload"
    
    The upload commands are available inside
    "Drives" > a writable drive
    or
    "Current" > "Current Drive"
---
 hyperdrive.el | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/hyperdrive.el b/hyperdrive.el
index f2079c8401..4fcc37fc4e 100644
--- a/hyperdrive.el
+++ b/hyperdrive.el
@@ -1173,13 +1173,6 @@ The return value of this function is the retrieval 
buffer."
                            (call-interactively #'hyperdrive-history))
        :help "Open version history"]))
     "---"
-    ("Upload"
-     ["Upload File" hyperdrive-upload-file
-      :help "Upload a file to a hyperdrive"]
-     ["Upload Files" hyperdrive-upload-files
-      :help "Upload multiple files to a hyperdrive"]
-     ["Mirror" hyperdrive-mirror
-      :help "Mirror a directory to a hyperdrive"])
     ("Bookmark"
      ["Bookmark Jump" hyperdrive-bookmark-jump
       :help "Jump to hyperdrive bookmark"]

Reply via email to