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

Removed leak detector from BorderSize class.

This commit is contained in:
jules 2013-05-19 15:23:38 -06:00
parent c0094bd986
commit 100e231122

View file

@ -150,8 +150,6 @@ public:
private:
//==============================================================================
ValueType top, left, bottom, right;
JUCE_LEAK_DETECTOR (BorderSize)
};