Some TODO cleanup. Started changing long-term TODOs to say LONGTERM instead.

This commit is contained in:
Pietro Gagliardi 2016-05-22 18:37:53 -04:00
parent b73a96ad27
commit a641a7eda8
2 changed files with 1 additions and 4 deletions

View File

@ -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 },

View File

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