diff --git a/blocks/calendar_button.sh b/blocks/calendar_button.sh deleted file mode 100755 index 4ed55db..0000000 --- a/blocks/calendar_button.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -case "$1" in - 1) ;; - 2) ;; - 3) ;; -esac diff --git a/blocks/hotspot.sh b/blocks/hotspot.sh deleted file mode 100755 index a874832..0000000 --- a/blocks/hotspot.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -if [ "$1" = 1 ] ; then - echo "" -else - echo "" -fi diff --git a/blocks/hotspot_button.sh b/blocks/hotspot_button.sh deleted file mode 100755 index 1743af0..0000000 --- a/blocks/hotspot_button.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -case "$1" in - 1|2|3) ;; -esac