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);