summaryrefslogtreecommitdiff
path: root/dialog_windows.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-06-30 22:42:48 -0400
committerPietro Gagliardi <[email protected]>2014-06-30 22:42:48 -0400
commit990d50e9a153681a091a23734f8962e728fde1b0 (patch)
treef82e16c54e2a5c29ac4d748009d007ef4f781591 /dialog_windows.go
parente8a7dd0b8788f14b2ecc04ecaef8e77e4d2b68e1 (diff)
Rolled back all those changes; I'm stupid.
Diffstat (limited to 'dialog_windows.go')
-rw-r--r--dialog_windows.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/dialog_windows.go b/dialog_windows.go
index 910fb88..c6da94b 100644
--- a/dialog_windows.go
+++ b/dialog_windows.go
@@ -27,7 +27,6 @@ func _msgBox(parent *Window, primarytext string, secondarytext string, uType uin
uType |= _MB_TASKMODAL // make modal to every window in the program (they're all windows of the uitask, which is a single thread)
}
retchan := make(chan int)
-_,_,_,_=parenthwnd,ptext,ptitle,fmt.Printf/* TODO
go func() {
ret := make(chan uiret)
defer close(ret)
@@ -47,7 +46,6 @@ _,_,_,_=parenthwnd,ptext,ptitle,fmt.Printf/* TODO
}
retchan <- int(r.ret)
}()
-*/
return retchan
}