1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-01 03:10:06 +00:00

Internal refactoring of file functions and win32 com objects.

This commit is contained in:
Julian Storer 2010-04-25 21:13:12 +01:00
parent 87175e988b
commit 21006fbd0a
27 changed files with 593 additions and 1285 deletions

View file

@ -229,7 +229,6 @@ public:
for (int i = rowComponentItems.size(); --i >= 0;)
{
Component* const comp = rowComponents.getUnchecked(i);
bool keep = false;
if (isParentOf (comp))