diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-04-08 09:37:24 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-04-08 09:37:24 +0200 |
commit | 755942d4e15dd426473b124850188055529b78be (patch) | |
tree | ea2a73c556f05b512c896d0c95c1d7f9d3cc9541 | |
parent | f487b991fa3a3a7837c8e02aa0a286f159287974 (diff) |
d
-rw-r--r-- | serialize/savegame.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/serialize/savegame.cpp b/serialize/savegame.cpp index be2a95d2..912bb2c5 100644 --- a/serialize/savegame.cpp +++ b/serialize/savegame.cpp @@ -27,11 +27,6 @@ //#include <Magnum/Math/Functions.h> #include <tsl/robin_map.h> -#ifdef __CLION_IDE__ -#undef fm_assert -#define fm_assert(...) void(bool((__VA_ARGS__))) -#endif - // ReSharper disable CppDFAUnreachableCode // ReSharper disable CppDFAUnreachableFunctionCall // ReSharper disable CppUseStructuredBinding |