From 8843a16c098617327c8130302fef2b9a8118fc41 Mon Sep 17 00:00:00 2001 From: lizzie Date: Sat, 7 Mar 2026 04:09:25 +0000 Subject: [PATCH] CCB_PRINTF_FMT --- src/common/logging.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/logging.cpp b/src/common/logging.cpp index d219702bfa..c2f964af3e 100644 --- a/src/common/logging.cpp +++ b/src/common/logging.cpp @@ -242,7 +242,6 @@ struct ColorConsoleBackend final : public Backend { std::atomic_bool enabled = false; #endif }; -#undef CCB_PRINTF_FMT #ifndef __OPENORBIS__ /// @brief Backend that writes to a file passed into the constructor