summaryrefslogtreecommitdiff
path: root/redo/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'redo/doc.go')
-rw-r--r--redo/doc.go12
1 files changed, 0 insertions, 12 deletions
diff --git a/redo/doc.go b/redo/doc.go
deleted file mode 100644
index be96265..0000000
--- a/redo/doc.go
+++ /dev/null
@@ -1,12 +0,0 @@
-// 14 august 2014
-
-/*
-[this is being written]
-
-notes:
-- default behavior of event handlers is to do nothing
-- default behavior of event handlers that return bool is to do nothing but return false
-- passing nil to an event handler set function restores default behavior
-- only functions safe for calling outside Do() are Go(), Do(), and Stop()
-*/
-package ui