diff --git a/loader/src/ids/EditorPauseLayer.cpp b/loader/src/ids/EditorPauseLayer.cpp index c1284360..7c44a3f7 100644 --- a/loader/src/ids/EditorPauseLayer.cpp +++ b/loader/src/ids/EditorPauseLayer.cpp @@ -2,8 +2,6 @@ #include -#if !defined(GEODE_IS_ANDROID) - using namespace geode::prelude; // special class for this because making it a CCMenuItemToggler would be very UB @@ -274,5 +272,3 @@ struct EditorPauseLayerIDs : Modify { return true; } }; - -#endif \ No newline at end of file