diff --git a/tasks.txt b/tasks.txt index 3fe5bbe91..854972c01 100644 --- a/tasks.txt +++ b/tasks.txt @@ -1,5 +1,5 @@ -The "simple" tasks +A few suggestions for tasks * Optimise * Refactor * Preprocessor @@ -14,13 +14,4 @@ The "simple" tasks * improved error message handling * Perhaps the parseArgs function should be moved to the class Settings instead? -New checks (bugs) - * CheckMemoryLeak - - Check for more resource leaks - Windows API (CreatePen, GetDC, ..) - -New checks (style) - * data truncation - * unused static functions or variables -