uicommon: remove nullptr definition

This is available in GCC 4.8+ and MSVC 2015
develop
lethosor 2017-05-25 18:06:51 -04:00
parent 8600efd06b
commit 49ea61562f
1 changed files with 0 additions and 4 deletions

@ -37,10 +37,6 @@ using std::set;
using namespace DFHack;
using namespace df::enums;
#ifndef HAVE_NULLPTR
#define nullptr 0L
#endif
#define COLOR_TITLE COLOR_BROWN
#define COLOR_UNSELECTED COLOR_GREY
#define COLOR_SELECTED COLOR_WHITE