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

Projucer: Remove Code::Blocks exporter

This commit is contained in:
reuk 2024-06-26 12:10:07 +01:00
parent 3c4aa8d0ce
commit ffc5061937
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C
25 changed files with 140 additions and 1228 deletions

View file

@ -1543,7 +1543,6 @@ public:
bool isXcode() const override { return false; }
bool isVisualStudio() const override { return true; }
bool isCodeBlocks() const override { return false; }
bool isMakefile() const override { return false; }
bool isAndroidStudio() const override { return false; }