summaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
Diffstat (limited to 'todo.md')
-rw-r--r--todo.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/todo.md b/todo.md
index 6d92819..ae9f48a 100644
--- a/todo.md
+++ b/todo.md
@@ -1,6 +1,5 @@
so I don't forget:
- should Labels be selectable?
-- Message boxes should not show secondary text if none is specified. [TODO figure out what I meant by this]
- add bounds checking to Area's sizing methods
- describe thread-safety of Area.SetSize()
- should all instances of -1 as error returns from Windows functions be changed to ^0 or does the uintptr() conversion handle sign extension?