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

@ -336,7 +336,7 @@ private:
std::unique_ptr<PIPCreatorLookAndFeel> lf; std::unique_ptr<PIPCreatorLookAndFeel> lf;
Viewport propertyViewport; Viewport propertyViewport;
PropertyGroupComponent propertyGroup { "PIP Creator", { getIcons().juceLogo, Colours::transparentBlack } }; PropertyGroupComponent propertyGroup { "PIP Creator", {} };
TextButton createButton { "Create PIP" }; TextButton createButton { "Create PIP" };

View file

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

File diff suppressed because it is too large Load diff

View file

@ -75,9 +75,8 @@ class Icons
public: public:
Icons(); Icons();
Path folder, document, imageDoc, config, juceLogo, graph, jigsaw, info, warning, bug, Path imageDoc, config, graph, info, warning, user, closedFolder, exporter, fileExplorer, file,
code, box, mainJuceLogo, user, closedFolder, exporter, fileExplorer, file, modules, openFolder, settings, singleModule, plus, android, codeBlocks,
modules, openFolder, play, settings, singleModule, edit, plus, android, codeBlocks,
linux, xcode, visualStudio, clion; linux, xcode, visualStudio, clion;
private: private: