aboutsummaryrefslogtreecommitdiff
path: root/button_string.go
diff options
context:
space:
mode:
Diffstat (limited to 'button_string.go')
-rw-r--r--button_string.go16
1 files changed, 0 insertions, 16 deletions
diff --git a/button_string.go b/button_string.go
deleted file mode 100644
index 50d3b2e..0000000
--- a/button_string.go
+++ /dev/null
@@ -1,16 +0,0 @@
-// Code generated by "stringer -type=Button"; DO NOT EDIT
-
-package redbutton
-
-import "fmt"
-
-const _Button_name = "UnknownClosedPressedArmed"
-
-var _Button_index = [...]uint8{0, 7, 13, 20, 25}
-
-func (i Button) String() string {
- if i < 0 || i >= Button(len(_Button_index)-1) {
- return fmt.Sprintf("Button(%d)", i)
- }
- return _Button_name[_Button_index[i]:_Button_index[i+1]]
-}