summaryrefslogtreecommitdiff
path: root/rmt-action
diff options
context:
space:
mode:
Diffstat (limited to 'rmt-action')
-rwxr-xr-xrmt-action10
1 files changed, 0 insertions, 10 deletions
diff --git a/rmt-action b/rmt-action
index 03da0d8..e3ec2ae 100755
--- a/rmt-action
+++ b/rmt-action
@@ -9,8 +9,6 @@ run() {
'Download' \
'aDownload' \
'Torrent' \
- 'Rip' \
- 'Stream' \
'Open' \
'Clipboard')
@@ -55,14 +53,6 @@ run() {
./lib/action/"${CHOICES[7]}" "$2"
;;
- "${CHOICES[8]}")
- ./lib/action/"${CHOICES[8]}" "$2"
- ;;
-
- "${CHOICES[9]}")
- ./lib/action/"${CHOICES[9]}" "$2"
- ;;
-
'')
exit 0
;;