Skip to content
Snippets Groups Projects
Unverified Commit 0ee84384 authored by meskio's avatar meskio :tent:
Browse files

[feat] remove gtk init

Is not needed and is breaking our tests.
parent 7612220b
Branches master
No related tags found
No related merge requests found
......@@ -9,10 +9,6 @@ import (
"github.com/gotk3/gotk3/gtk"
)
func init() {
gtk.Init(nil)
}
func closeDialog(dlg *gtk.Dialog) {
dlg.Destroy()
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment