mirror of
https://github.com/taigrr/wtf
synced 2026-03-27 13:42:21 -07:00
WTF-482 Remove commented-out code
This commit is contained in:
@@ -30,13 +30,6 @@ type Module struct {
|
||||
Type string
|
||||
}
|
||||
|
||||
// type Position struct {
|
||||
// Height int
|
||||
// Left int
|
||||
// Top int
|
||||
// Width int
|
||||
// }
|
||||
|
||||
type Sigils struct {
|
||||
Checkbox struct {
|
||||
Checked string
|
||||
@@ -64,7 +57,6 @@ type Common struct {
|
||||
|
||||
func NewCommonSettingsFromModule(name, defaultTitle string, moduleConfig *config.Config, globalSettings *config.Config) *Common {
|
||||
colorsConfig, _ := globalSettings.Get("wtf.colors")
|
||||
// positionPath := "position"
|
||||
sigilsPath := "wtf.sigils"
|
||||
|
||||
common := Common{
|
||||
|
||||
Reference in New Issue
Block a user