Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirmorrison committed Dec 24, 2020
1 parent f295da9 commit d938d4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion ui/decredmaterial/collapsible.go
Expand Up @@ -18,7 +18,6 @@ type MoreItem struct {
type Collapsible struct {
IsExpanded bool
Button *widget.Clickable
expandIcon *widget.Icon
BackgroundColor color.RGBA
expandedIcon *widget.Icon
collapsedIcon *widget.Icon
Expand Down
5 changes: 2 additions & 3 deletions ui/test/testapp.go
Expand Up @@ -43,9 +43,9 @@ type TestStruct struct {
outline decredmaterial.Outline
}

collapsible *decredmaterial.Collapsible
collapsible *decredmaterial.Collapsible
collapsibleWithOption *decredmaterial.CollapsibleWithOption
dropDown *decredmaterial.DropDown
dropDown *decredmaterial.DropDown
}

type (
Expand Down Expand Up @@ -111,7 +111,6 @@ func (t *TestStruct) initWidgets() {
// t.customEditorOutput.outline.Color = theme.Color.Primary

t.collapsible = theme.Collapsible()
t.collapsibleWithOption = theme.CollapsibleWithOption()

item := []decredmaterial.MoreItem{
{
Expand Down
2 changes: 1 addition & 1 deletion ui/window.go
Expand Up @@ -55,7 +55,7 @@ type Window struct {
clipboard chan interface{}
toast chan *toast
modal chan *modalLoad
sysDestroyWithSync bool
// sysDestroyWithSync bool
}

type WriteClipboard struct {
Expand Down

0 comments on commit d938d4d

Please sign in to comment.