1
0
mirror of https://github.com/thebaer/squigglelog synced 2018-07-20 10:45:21 +00:00

Remove unfinished configuration initialization

This commit is contained in:
Matt Baer 2015-01-29 01:26:36 -05:00
parent d060b2f1c4
commit 3f491df75d

View File

@ -57,15 +57,6 @@ func main() {
outFilePtr := flag.String("o", defaultOutFile, "Squigglelog template file (defined name).") outFilePtr := flag.String("o", defaultOutFile, "Squigglelog template file (defined name).")
flag.Parse() flag.Parse()
c := configuration()
if c = nil {
c := configure()
}
if c != nil {
templateFilePtr = c.TemplateFile
}
entryFiles := getEntries() entryFiles := getEntries()
entries := make([]Entry, len(*entryFiles)) entries := make([]Entry, len(*entryFiles))
i := 0 i := 0