diff --git a/src/platform/qt/LogController.cpp b/src/platform/qt/LogController.cpp index 8b11e76e4..d60771073 100644 --- a/src/platform/qt/LogController.cpp +++ b/src/platform/qt/LogController.cpp @@ -13,8 +13,6 @@ using namespace QGBA; #if (QT_VERSION >= QT_VERSION_CHECK(5, 14, 0)) #define endl Qt::endl -#else -#define endl std::endl #endif LogController LogController::s_global(mLOG_ALL);