diff options
| author | Daniel Byron <[email protected]> | 2019-04-06 15:22:48 +1100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-04-06 15:22:48 +1100 |
| commit | 89a66cbf40440e82921719c6919f11bb563d7cfa (patch) | |
| tree | d830601627e5757a16ab97eb7ee271a391b185a7 | |
| parent | Merge pull request #7 from WillEccles/master (diff) | |
| download | schemer2-89a66cbf40440e82921719c6919f11bb563d7cfa.tar.xz schemer2-89a66cbf40440e82921719c6919f11bb563d7cfa.zip | |
Removed unused code
| -rw-r--r-- | input.go | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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]*") |