diff options
| author | Jeff Carr <[email protected]> | 2019-06-03 18:56:11 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-06-03 18:56:11 -0700 |
| commit | ffc89897c8dffadc8b0cd374bcde6950692e3486 (patch) | |
| tree | 65b77db845d05774e0533dbcac474cefdb08e70b /window.go | |
| parent | e6d41b221489670019f2b2f8faac694de2ebdb8d (diff) | |
typo
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'window.go')
| -rw-r--r-- | window.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2,7 +2,7 @@ package gui import "log" import "time" -import "regexp" +// import "regexp" import "github.com/andlabs/ui" import _ "github.com/andlabs/ui/winmanifest" @@ -12,7 +12,6 @@ func InitGuiWindow(action string, gw *GuiWindow) *GuiWindow { var newGuiWindow GuiWindow newGuiWindow.Width = Config.Width newGuiWindow.Height = Config.Height -// newGuiWindow.Action = action newGuiWindow.MakeWindow = gw.MakeWindow newGuiWindow.UiWindow = gw.UiWindow newGuiWindow.UiTab = gw.UiTab |
