remove obsolete code

This commit is contained in:
2024-09-18 15:42:56 +03:00
parent 27aa71e0ee
commit 10de039da0

View File

@@ -29,11 +29,6 @@ var (
translationDir = path.Join(scriptDir, "locale")
)
type FSData struct {
Path string
St *state.State
}
// FlagManager handles centralized flag management
type FlagManager struct {
parser *asm.FlagParser