aboutsummaryrefslogtreecommitdiff
path: root/blinkstick.go
diff options
context:
space:
mode:
Diffstat (limited to 'blinkstick.go')
-rw-r--r--blinkstick.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/blinkstick.go b/blinkstick.go
index beff7ce..630091c 100644
--- a/blinkstick.go
+++ b/blinkstick.go
@@ -77,8 +77,5 @@ func SetAll(w io.Writer, n int, c color.Color) error {
// Off all n LEDs
func Off(w io.Writer, n int) error {
- if n == 0 {
- n = 8
- }
return SetAll(w, n, nil)
}