diff options
Diffstat (limited to 'hideFunction.go')
| -rw-r--r-- | hideFunction.go | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/hideFunction.go b/hideFunction.go index 65d04bd..2bcc383 100644 --- a/hideFunction.go +++ b/hideFunction.go @@ -1,12 +1,7 @@ package main -import ( - "os" - - "go.wit.com/lib/gui/repolist" -) - // like tcl/tk, use ENV variables to set display preferences +/* func hideFunction(r *repolist.RepoRow) { // always show dirty repos if r.Status.IsDirty() { @@ -40,3 +35,4 @@ func hideFunction(r *repolist.RepoRow) { // as read-only=true r.Show() } +*/ |
