aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2015-09-01 18:01:53 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2015-09-01 18:01:53 +1200
commit93b76533735fc1d9fd666787acd65db8507d9119 (patch)
tree05f9cfe409f172be706dfd8625145c5d2bb7da54 /TODO.md
parenta3e613bae93526edebb6546c6c9d02d6587145f3 (diff)
downloadparamano-93b76533735fc1d9fd666787acd65db8507d9119.tar.xz
Enforced staticness
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/TODO.md b/TODO.md
index 7e46b42..a20649d 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,19 +1,13 @@
To do
=====
-High Priority
--------------
-* Make tooltip strings cached
-
Normal Priority
---------------
-* Remove some calls to debug, replace with assertions
* Remove all calls to asprintf, replace with snprintf
* Get rid of various magic numbers
* Sniff for memory leaks
-* Investigate shared library rather than calling paramano-set
Low Priority
------------
-* Ensure all is aligns to an explicit style
+* Ensure all code aligns to an explicit style
* Make a curses-based version of paramano