Remove unused imagePopUpLowRezDim constant due to lint
Checking to see if this is used anywhere in the project, we see that it
is not:
$ ag imagePopUpLowRezDim
ui/widgets/imagepopup.go
13: imagePopUpLowRezDim = 128
This commit is contained in:
@@ -9,10 +9,6 @@ import (
|
|||||||
myTheme "github.com/dweymouth/supersonic/ui/theme"
|
myTheme "github.com/dweymouth/supersonic/ui/theme"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
|
||||||
imagePopUpLowRezDim = 128
|
|
||||||
)
|
|
||||||
|
|
||||||
type ImagePopUp struct {
|
type ImagePopUp struct {
|
||||||
widget.PopUp
|
widget.PopUp
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user