diff --git a/platform/macos/export/export_plugin.h b/platform/macos/export/export_plugin.h index d88d347359a..ae32be700eb 100644 --- a/platform/macos/export/export_plugin.h +++ b/platform/macos/export/export_plugin.h @@ -154,7 +154,6 @@ public: virtual void get_platform_features(List *r_features) const override { r_features->push_back("pc"); - r_features->push_back("s3tc"); r_features->push_back("macos"); }