1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-25 02:04:23 +00:00

Projucer: Remove GUI Editor

This commit is contained in:
reuk 2024-06-26 12:40:05 +01:00
parent 813b01e3d8
commit 8a4ec206f2
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C
103 changed files with 21 additions and 27945 deletions

View file

@ -96,17 +96,10 @@ private:
//==============================================================================
OpenDocumentManager::DocumentType* createGUIDocumentType();
OpenDocumentManager::OpenDocumentManager()
{
registerType (new UnknownDocument::Type());
registerType (new SourceCodeDocument::Type());
registerType (createGUIDocumentType());
}
OpenDocumentManager::~OpenDocumentManager()
{
}
void OpenDocumentManager::clear()