From a45fd1beed715914b36baf6c9dfa157801b75d6d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 6 Oct 2025 19:35:18 -0500 Subject: rm old code --- helperPatches.go | 37 ------------------------------------- 1 file changed, 37 deletions(-) (limited to 'helperPatches.go') diff --git a/helperPatches.go b/helperPatches.go index a6e4809..790ffda 100644 --- a/helperPatches.go +++ b/helperPatches.go @@ -16,43 +16,6 @@ import ( "go.wit.com/log" ) -func makeReposTablePB(pb *gitpb.Repos) *gitpb.ReposTable { - t := pb.NewTable("quickListRepos") - t.NewUuid() - - sf := t.AddStringFunc("Namespace", func(r *gitpb.Repo) string { - return r.GetNamespace() - }) - sf.Width = 16 - - userVer := t.AddStringFunc("user", func(repo *gitpb.Repo) string { - ver := repo.GetUserVersion() - return ver - }) - userVer.Width = 4 - return t -} - -/* -type stdPatchsetTableWin struct { - sync.Mutex - win *gadgets.GenericWindow // the machines gui window - box *gui.Node // the machines gui parent box widget - TB *forgepb.SetsTable // the gui table buffer - update bool // if the window should be updated -} - -func (w *stdPatchsetTableWin) Toggle() { - if w == nil { - return - } - if w.win == nil { - return - } - w.win.Toggle() -} -*/ - /* etimef := func(e *forgepb.Set) string { etime := e.Etime.AsTime() -- cgit v1.2.3