Skip to content

Commit 89a66cb

Browse files
authored
Removed unused code
1 parent 952e613 commit 89a66cb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

input.go

-5
Original file line numberDiff line numberDiff line change
@@ -268,11 +268,6 @@ func inputKittyTerm(filename string) ([]color.Color, error) {
268268
// Split into lines
269269
lines := strings.Split(config, "\n")
270270

271-
// Remove all spaces
272-
//for i, l := range lines {
273-
// lines[i] = strings.Replace(l, " ", "", -1)
274-
//}
275-
276271
colorlines := make([]string, 0)
277272
// Search for lines containing color information
278273
re := regexp.MustCompile("^color[0-9]*")

0 commit comments

Comments
 (0)