diff --git a/dumpSTR/common.h b/dumpSTR/common.h index 4bbb8261..278655f6 100644 --- a/dumpSTR/common.h +++ b/dumpSTR/common.h @@ -13,11 +13,6 @@ #include #include - -#ifndef nullptr -#define nullptr NULL -#endif - typedef float EventDataType; #endif // COMMON_H diff --git a/oscar/Graphs/glcommon.h b/oscar/Graphs/glcommon.h index bb28127f..8f7711d1 100644 --- a/oscar/Graphs/glcommon.h +++ b/oscar/Graphs/glcommon.h @@ -11,10 +11,6 @@ #include -#ifndef nullptr -#define nullptr NULL -#endif - //! \brief Returns the grayscale brightness (between 0 and 1) of a color float brightness(QColor color); diff --git a/oscar/SleepLib/common.h b/oscar/SleepLib/common.h index 5c61e273..8ddadca4 100644 --- a/oscar/SleepLib/common.h +++ b/oscar/SleepLib/common.h @@ -125,16 +125,6 @@ float median(RandAccessIter begin, RandAccessIter end) } -#ifndef nullptr -#define nullptr NULL -#endif - -#ifdef TEST_BUILD -const QString STR_TestBuild = "-Testing"; -#else -const QString STR_TestBuild = ""; -#endif - const QString getAppName(); const QString getDeveloperName(); const QString getDeveloperDomain(); diff --git a/oscar/updateparser.cpp b/oscar/updateparser.cpp index fde68c33..e02cbf1e 100644 --- a/oscar/updateparser.cpp +++ b/oscar/updateparser.cpp @@ -1,4 +1,4 @@ -/* UpdateParser Implementation (Autoupdater component) +/* UpdateParser Implementation (Autoupdater component) * * Copyright (c) 2011-2018 Mark Watkins * @@ -11,11 +11,6 @@ #include "updateparser.h" -#ifndef nullptr -#define nullptr NULL -#endif - - Update::Update() { size = 0;