aboutsummaryrefslogtreecommitdiff
path: root/input.go
diff options
context:
space:
mode:
Diffstat (limited to 'input.go')
-rw-r--r--input.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/input.go b/input.go
index 2cc9466..8bd3a4b 100644
--- a/input.go
+++ b/input.go
@@ -268,11 +268,6 @@ func inputKittyTerm(filename string) ([]color.Color, error) {
// Split into lines
lines := strings.Split(config, "\n")
- // Remove all spaces
- //for i, l := range lines {
- // lines[i] = strings.Replace(l, " ", "", -1)
- //}
-
colorlines := make([]string, 0)
// Search for lines containing color information
re := regexp.MustCompile("^color[0-9]*")