diff options
| author | Jeff Carr <[email protected]> | 2025-10-17 04:06:42 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-17 04:06:42 -0500 |
| commit | 6ebc5c9e0a358b827233aba43e50f8c194e9cb32 (patch) | |
| tree | 116c82194913babd5640f84f36705ee93fe19d58 /tableDefault.go | |
| parent | fa498f31dfff7c7a5b9f63d2e5c004d400f3d756 (diff) | |
keep removing old stuffv0.0.184
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) -} |
