diff options
Diffstat (limited to 'tableDefault.go')
| -rw-r--r-- | tableDefault.go | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tableDefault.go b/tableDefault.go index 38f95cb..9cd9012 100644 --- a/tableDefault.go +++ b/tableDefault.go @@ -112,16 +112,3 @@ func (f *Forge) makeDefaultTB(pb *gitpb.Repos) *gitpb.ReposTable { col.Width = 42 return t } - -// // the old function names -func (f *Forge) PrintHumanTable(pb *gitpb.Repos) string { - return f.PrintDefaultTB(pb) -} - -func (f *Forge) PrintHumanTableFull(pb *gitpb.Repos) string { - return f.PrintDefaultTB(pb) -} - -func (f *Forge) PrintHumanTableDirty(pb *gitpb.Repos) string { - return f.PrintDefaultTB(pb) -} |
