From 4e57b4aa7e43c954720403cf4122a8eb031bf684 Mon Sep 17 00:00:00 2001 From: Aaron Kimbre Date: Thu, 2 Jan 2025 22:19:04 -0600 Subject: [PATCH] feedback --- dCommon/GeneralUtils.h | 1 - dCommon/Logger.h | 1 - 2 files changed, 2 deletions(-) diff --git a/dCommon/GeneralUtils.h b/dCommon/GeneralUtils.h index 1565a3d7..b888ddf5 100644 --- a/dCommon/GeneralUtils.h +++ b/dCommon/GeneralUtils.h @@ -18,7 +18,6 @@ #include "dPlatforms.h" #include "Game.h" #include "Logger.h" -#include "json_fwd.hpp" enum eInventoryType : uint32_t; enum class eObjectBits : size_t; diff --git a/dCommon/Logger.h b/dCommon/Logger.h index 7782f470..5754d9ac 100644 --- a/dCommon/Logger.h +++ b/dCommon/Logger.h @@ -80,7 +80,6 @@ public: void SetLogToConsole(bool logToConsole); void SetLogDebugStatements(bool logDebugStatements) { m_logDebugStatements = logDebugStatements; } - bool GetLogDebugStatements() const { return m_logDebugStatements; } private: void vLog(const char* format, va_list args);