From 4855eaa6a17ec1734799249a150b722e861f3457 Mon Sep 17 00:00:00 2001 From: Simon Symeonidis Date: Tue, 13 May 2025 23:30:05 -0400 Subject: [PATCH] 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 --- ui/widgets/imagepopup.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ui/widgets/imagepopup.go b/ui/widgets/imagepopup.go index 8f95bec..2039806 100644 --- a/ui/widgets/imagepopup.go +++ b/ui/widgets/imagepopup.go @@ -9,10 +9,6 @@ import ( myTheme "github.com/dweymouth/supersonic/ui/theme" ) -const ( - imagePopUpLowRezDim = 128 -) - type ImagePopUp struct { widget.PopUp