From a641a7eda81e8e9c99c7eb841b2fd758c24e4800 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 22 May 2016 18:37:53 -0400 Subject: [PATCH] Some TODO cleanup. Started changing long-term TODOs to say LONGTERM instead. --- test/drawtests.c | 2 -- windows/debug.cpp | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/test/drawtests.c b/test/drawtests.c index d821d495..09ecac45 100644 --- a/test/drawtests.c +++ b/test/drawtests.c @@ -1932,8 +1932,6 @@ static void drawQ2DCreateWindowGC(uiAreaDrawParams *p) // TODO Text page, if any? -// TODO Paths page - static const struct drawtest tests[] = { { "Original uiArea test", drawOriginal }, { "Arc test", drawArcs }, diff --git a/windows/debug.cpp b/windows/debug.cpp index 6671717e..cfafffdc 100644 --- a/windows/debug.cpp +++ b/windows/debug.cpp @@ -1,9 +1,8 @@ // 25 february 2015 #include "uipriv_windows.hpp" -// TODO disable logging and stopping on no-debug builds +// LONGTERM disable logging and stopping on no-debug builds -// TODO are the newlines needed? static void printDebug(const WCHAR *msg) { OutputDebugStringW(msg);