deleted useless code

This commit is contained in:
2026-03-06 17:44:52 +00:00
parent da9f786611
commit 88b518759c
-13
View File
@@ -3,19 +3,6 @@ package models
import "esdi/cdashdisplay"
type WindowForm struct {
X uint16
Y uint16
Width uint16
Height uint16
TitleSize uint8
TextSize uint8
Title string
Type uint8
ShowID uint8
PreviewValue string
}
type UIWindow struct {
IDX int16
Window cdashdisplay.UIWindow