From 07ba5a23bcf561ea3f22fa2f8564003e85fd646f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Fri, 9 Jan 2009 20:30:29 +0000 Subject: [PATCH] tasks: removed the "new checks" sections because these are better reported in the tracker --- tasks.txt | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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 -