1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00

Do not allow specifying the JUCE folder as a modules folder

This commit is contained in:
hogliux 2016-05-16 15:03:55 +01:00
parent f4086ad8f4
commit 993a2e4fef

View file

@ -601,12 +601,6 @@ File EnabledModuleList::findLocalModuleFolder (const String& moduleID, bool useE
if (ModuleDescription (f).isValid())
return f;
f = moduleFolder.getChildFile ("modules")
.getChildFile (moduleID);
if (ModuleDescription (f).isValid())
return f;
}
}
}