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

Projucer: Remove unused embedded image data

This commit is contained in:
Tom Poole 2021-07-22 16:52:01 +01:00
parent 51645be3f6
commit 43e577ba6c
4 changed files with 47 additions and 939 deletions

View file

@ -1968,9 +1968,6 @@ Icon Project::Item::getIcon (bool isOpen) const
return { icons.file, Colours::transparentBlack };
}
if (isMainGroup())
return { icons.juceLogo, Colours::orange };
return { isOpen ? icons.openFolder : icons.closedFolder, Colours::transparentBlack };
}