get rid of debug print and unused func
This commit is contained in:
@@ -67,7 +67,6 @@ func newArtistsPage(
|
|||||||
}
|
}
|
||||||
a.ExtendBaseWidget(a)
|
a.ExtendBaseWidget(a)
|
||||||
|
|
||||||
log.Printf("Scroll pos: full %0.2f search %0.2f", fullGridScrollPos, searchGridScrollPos)
|
|
||||||
a.titleDisp = widget.NewRichTextWithText("Artists")
|
a.titleDisp = widget.NewRichTextWithText("Artists")
|
||||||
a.titleDisp.Segments[0].(*widget.TextSegment).Style = widget.RichTextStyle{
|
a.titleDisp.Segments[0].(*widget.TextSegment).Style = widget.RichTextStyle{
|
||||||
SizeName: theme.SizeNameHeadingText,
|
SizeName: theme.SizeNameHeadingText,
|
||||||
@@ -156,10 +155,6 @@ func (a *ArtistsPage) Route() controller.Route {
|
|||||||
return controller.ArtistsRoute()
|
return controller.ArtistsRoute()
|
||||||
}
|
}
|
||||||
|
|
||||||
func (a *ArtistsPage) showArtistPage(id string) {
|
|
||||||
a.contr.NavigateTo(controller.ArtistRoute(id))
|
|
||||||
}
|
|
||||||
|
|
||||||
func (a *ArtistsPage) Save() SavedPage {
|
func (a *ArtistsPage) Save() SavedPage {
|
||||||
s := &savedArtistsPage{
|
s := &savedArtistsPage{
|
||||||
contr: a.contr,
|
contr: a.contr,
|
||||||
|
|||||||
Reference in New Issue
Block a user