diff options
| author | Jeff Carr <[email protected]> | 2019-05-24 19:45:03 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-24 19:45:03 -0700 |
| commit | da315467cc0311bf436306274b2434656276bf81 (patch) | |
| tree | bf48ae1cedee9e6878fb282d542ce1f67485ee1e /structs.go | |
| parent | 601ffee7c0d064abf5cab9f0c0df6069ed661c08 (diff) | |
remove more unused stuff
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -53,7 +53,6 @@ type GuiDataStructure struct { IPv6 string // account entry textboxes - AccNick string Config *pb.Config Current *pb.Config_Account @@ -100,15 +99,9 @@ type ButtonMap struct { B *ui.Button FB *ui.FontButton Account *pb.Config_Account + Action string // what type of button -// onClick func (int, string) -// onChanged func (int, string) custom func (*ButtonMap) - - pbVM *pb.Event_VM - Name string // the text on the button - Note string // what type of button - AccNick string // what account this button is for } // @@ -126,7 +119,7 @@ type RowData struct { Name string // what kind of row is this? Status string // status of the row? /* - // These may or may not be implementable + // TODO: These may or may not be implementable click func() // what function to call if the user clicks on it doubleclick func() // what function to call if the user double clicks on it */ |
