1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

RTAS: Remove RTAS functionality

This commit is contained in:
Tom Poole 2022-04-27 13:42:46 +01:00
parent c0d02fc75a
commit b48dddcf4e
73 changed files with 117 additions and 2180 deletions

View file

@ -65,7 +65,6 @@ namespace build_tools
return "XPC!";
case Type::AAXPlugIn:
case Type::RTASPlugIn:
return "TDMw";
case Type::ConsoleApp:
@ -97,7 +96,6 @@ namespace build_tools
return "????";
case Type::AAXPlugIn:
case Type::RTASPlugIn:
return "PTul";
case Type::ConsoleApp: