summaryrefslogtreecommitdiff
path: root/notsure.go
diff options
context:
space:
mode:
Diffstat (limited to 'notsure.go')
-rw-r--r--notsure.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/notsure.go b/notsure.go
index 4125d21..303106b 100644
--- a/notsure.go
+++ b/notsure.go
@@ -15,16 +15,6 @@ type ArgsBash struct {
}
// maybe this is a good idea, maybe not
-func (pb *Argv) Verbose() bool {
- return true
-}
-
-// maybe this is a good idea, maybe not
-func Verbose() bool {
- return true
-}
-
-// maybe this is a good idea, maybe not
func (pb *Argv) Gui() bool {
log.Printf("CUR pb: %v\n", pb)
log.Info("CUR ARGV:", pb.Real)