From d5071621ef59e20fe1a0052ec237503afbf0b444 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 14 Nov 2013 14:44:28 -0200 Subject: TODO cleanup (#28) --- lib/keyringer/actions/edit | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/keyringer/actions/edit b/lib/keyringer/actions/edit index f6477bf..c539846 100755 --- a/lib/keyringer/actions/edit +++ b/lib/keyringer/actions/edit @@ -31,7 +31,6 @@ if [ "$BASENAME" == "edit" ]; then APP="$EDITOR" elif [ "$BASENAME" == "open" ]; then if which xdg-open &> /dev/null; then - # TODO: set TMPWORK depending on the MIME type (`file -i` or `xdg-mime query filetype`) APP="xdg-open" else echo "You should have xdg-open application to perform this action, aborting." -- cgit v1.2.3