summaryrefslogtreecommitdiff
path: root/window.go
diff options
context:
space:
mode:
Diffstat (limited to 'window.go')
-rw-r--r--window.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/window.go b/window.go
index 8d0e2f4..b348ae8 100644
--- a/window.go
+++ b/window.go
@@ -37,7 +37,6 @@ type Event int
const (
Closing Event = iota // Window close
Clicked // Button click
- Dismissed // Dialog closed
CustomEvent = 5000 // very high number; higher than the package would ever need, anyway
)