summaryrefslogtreecommitdiff
path: root/delegate_darwin.go
diff options
context:
space:
mode:
Diffstat (limited to 'delegate_darwin.go')
-rw-r--r--delegate_darwin.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/delegate_darwin.go b/delegate_darwin.go
index b1daece..9802b68 100644
--- a/delegate_darwin.go
+++ b/delegate_darwin.go
@@ -4,7 +4,6 @@ package ui
/*
This creates a class goAppDelegate that will be used as the delegate for /everything/. Specifically, it:
- - runs uitask requests (uitask:)
- handles window close events (windowShouldClose:)
- handles window resize events (windowDidResize:)
- handles button click events (buttonClicked:)