summaryrefslogtreecommitdiff
path: root/hideFunction.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-07 06:46:55 -0600
committerJeff Carr <[email protected]>2025-01-07 06:46:55 -0600
commit7ccbf7f59d389013639264c8a5b541b53ecb2627 (patch)
tree800922835a237f49d34779750c90b568f748c36a /hideFunction.go
parent209c270add8b3877cc0eb3e8facc274f8e20f492 (diff)
say goodbye finally
Diffstat (limited to 'hideFunction.go')
-rw-r--r--hideFunction.go8
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()
}
+*/