rm old code
This commit is contained in:
parent
0b30cd36dc
commit
ab666ddbc3
|
@ -19,23 +19,3 @@ func (mt *GitTagsTable) PrintTable() {
|
|||
mt.MakeTable()
|
||||
cobol.PrintTable(mt.pb)
|
||||
}
|
||||
|
||||
/*
|
||||
func (mt *GitTagsTable) MakeTable() {
|
||||
for _, name := range mt.pb.Order {
|
||||
// log.Info("gitpb: looking for row name()", name)
|
||||
if mt.doStringFunc(name) {
|
||||
continue
|
||||
}
|
||||
if mt.doIntFunc(name) {
|
||||
continue
|
||||
}
|
||||
if mt.doTimeFunc(name) {
|
||||
continue
|
||||
}
|
||||
if mt.doButtonFunc(name) {
|
||||
continue
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue