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:
Simon Symeonidis
2025-05-17 21:56:15 -04:00
parent 5d9fea19d4
commit 4855eaa6a1
-4
View File
@@ -9,10 +9,6 @@ import (
myTheme "github.com/dweymouth/supersonic/ui/theme"
)
const (
imagePopUpLowRezDim = 128
)
type ImagePopUp struct {
widget.PopUp