summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-29 11:32:07 -0700
committerJeff Carr <[email protected]>2019-05-29 11:32:07 -0700
commitd3819ea331dc12cb142b0a825f5e27b4a7441a53 (patch)
tree7e6b7eae6a36ef72bbfd48779e18d8974d811108 /structs.go
parent69e42973663c826ad8143e64d951ba6eaf63d995 (diff)
more uneeded referencial code
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/structs.go b/structs.go
index 6d1796a..8867617 100644
--- a/structs.go
+++ b/structs.go
@@ -95,7 +95,7 @@ type EntryMap struct {
Action string // what type of button
// custom callback function to your main application
- custom func (*EntryMap)
+// custom func (*EntryMap)
}
type ButtonMap struct {
@@ -119,7 +119,7 @@ type AreaHandler struct{
Button *ButtonMap
Attrstr *ui.AttributedString
Area *ui.Area
- FontButton *ui.FontButton
+// FontButton *ui.FontButton
// FB func () *ButtonMap
}
// AREA STRUCTURES END