chiark / gitweb /
remove fd-commit, no active devs use it, and requires Auto Name/Name
[fdroidserver.git] / completion / bash-completion
index d18edd3501d8e17f815f0aee899cd115a6a2f4e1..1a5ac52362bbb63297d720b00a2b1485bd9348c9 100644 (file)
@@ -352,11 +352,6 @@ _fdroid() {
        }
 }
 
-_fd-commit() {
-       __package
-}
-
 complete -F _fdroid fdroid
-complete -F _fd-commit fd-commit
 
 return 0