Some TODO cleanup. Started changing long-term TODOs to say LONGTERM instead.
This commit is contained in:
parent
b73a96ad27
commit
a641a7eda8
|
@ -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 },
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue