From 89a66cbf40440e82921719c6919f11bb563d7cfa Mon Sep 17 00:00:00 2001 From: Daniel Byron Date: Sat, 6 Apr 2019 15:22:48 +1100 Subject: Removed unused code --- input.go | 5 ----- 1 file changed, 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]*") -- cgit v1.2.3