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:
parent
51645be3f6
commit
43e577ba6c
4 changed files with 47 additions and 939 deletions
|
|
@ -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 };
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue