From 49ea61562f0ee8ccd762720dbea51e6232256536 Mon Sep 17 00:00:00 2001 From: lethosor Date: Thu, 25 May 2017 18:06:51 -0400 Subject: [PATCH] uicommon: remove nullptr definition This is available in GCC 4.8+ and MSVC 2015 --- plugins/uicommon.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugins/uicommon.h b/plugins/uicommon.h index 347ef5dbf..1261ed933 100644 --- a/plugins/uicommon.h +++ b/plugins/uicommon.h @@ -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