diff --git a/loader/include/Geode/loader/Mod.hpp b/loader/include/Geode/loader/Mod.hpp index 9196fcc9..47dcc261 100644 --- a/loader/include/Geode/loader/Mod.hpp +++ b/loader/include/Geode/loader/Mod.hpp @@ -466,15 +466,6 @@ namespace geode { }; } -// apple clang is stupid, probably -#ifdef __APPLE_CC__ - -GEODE_HIDDEN inline char const* operator"" _spr(char const* str, size_t len) { - return geode::Mod::get()->expandSpriteName({ str, len }).data(); -} - -#else - namespace geode::geode_internal { // this impl relies on the GEODE_MOD_ID macro set by cmake template @@ -498,5 +489,3 @@ template constexpr auto operator""_spr() { return Str.buffer; } - -#endif