1
0
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:
Chris Cummer
2019-07-04 21:22:08 -07:00
parent ca81aa5134
commit 5a39bc00ce
2 changed files with 19 additions and 8 deletions

View File

@@ -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{