mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Removed an unused function
This commit is contained in:
parent
fd60158af1
commit
147bbef730
1 changed files with 0 additions and 9 deletions
|
|
@ -1220,15 +1220,6 @@ private:
|
|||
return getActivityClassString().replaceCharacter ('.', '/');
|
||||
}
|
||||
|
||||
static LibraryModule* getCoreModule (const OwnedArray<LibraryModule>& modules)
|
||||
{
|
||||
for (int i = modules.size(); --i >= 0;)
|
||||
if (modules.getUnchecked (i)->getID() == "juce_core")
|
||||
return modules.getUnchecked (i);
|
||||
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
//==============================================================================
|
||||
String getNativeModuleBinaryName (const AndroidBuildConfiguration& config) const
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue