summaryrefslogtreecommitdiffstats
path: root/src/Globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Globals.h')
-rw-r--r--src/Globals.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Globals.h b/src/Globals.h
index 114991129..c29f3200a 100644
--- a/src/Globals.h
+++ b/src/Globals.h
@@ -327,12 +327,7 @@ typename std::enable_if<std::is_arithmetic<T>::value, C>::type CeilC(T a_Value)
-// TODO: Replace cpp14 with std at point of use
-namespace cpp14
-{
-using std::make_unique;
-}
// a tick is 50 ms
using cTickTime = std::chrono::duration<int, std::ratio_multiply<std::chrono::milliseconds::period, std::ratio<50>>>;