[Bash-completion-commits] [bash-completion] 04/05: gnokii: Drop dead code

Ville Skyttä scop-guest at moszumanska.debian.org
Mon May 11 09:22:54 UTC 2015


This is an automated email from the git hooks/post-receive script.

scop-guest pushed a commit to branch master
in repository bash-completion.

commit ca138d05db3853ea89f09979be3c32eea554de1c
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Mon May 11 12:21:06 2015 +0300

    gnokii: Drop dead code
---
 completions/gnokii | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/completions/gnokii b/completions/gnokii
index fa3ba8c..8718423 100644
--- a/completions/gnokii
+++ b/completions/gnokii
@@ -5,10 +5,6 @@ _gnokii_memory_type()
     # TODO: reduce the number of choices
     COMPREPLY=( $( compgen -W "IN OU SM ME MT" -- "$cur" ) )
 }
-_gnokii_folder_ids()
-{
-    gnokii --showsmsfolderstatus
-}
 
 _gnokii()
 {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/bash-completion/bash-completion.git



More information about the Bash-completion-commits mailing list