Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
go-dialog
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
leap
go-dialog
Commits
0ee84384
Unverified
Commit
0ee84384
authored
Nov 23, 2018
by
meskio
Browse files
Options
Downloads
Patches
Plain Diff
[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
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
dlgs_linux.go
+0
-4
0 additions, 4 deletions
dlgs_linux.go
with
0 additions
and
4 deletions
dlgs_linux.go
+
0
−
4
View file @
0ee84384
...
...
@@ -9,10 +9,6 @@ import (
"github.com/gotk3/gotk3/gtk"
)
func
init
()
{
gtk
.
Init
(
nil
)
}
func
closeDialog
(
dlg
*
gtk
.
Dialog
)
{
dlg
.
Destroy
()
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment