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:
parent
87175e988b
commit
21006fbd0a
27 changed files with 593 additions and 1285 deletions
|
|
@ -229,7 +229,6 @@ public:
|
|||
for (int i = rowComponentItems.size(); --i >= 0;)
|
||||
{
|
||||
Component* const comp = rowComponents.getUnchecked(i);
|
||||
|
||||
bool keep = false;
|
||||
|
||||
if (isParentOf (comp))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue