1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-30 02:50:05 +00:00

Removed unused variable

This commit is contained in:
jules 2015-06-21 18:54:20 +01:00
parent e018192de2
commit f1c0ceccc3

View file

@ -183,7 +183,6 @@ struct UnitTestClasses
TextButton startTestButton;
TextEditor testResultsBox;
Label label;
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (UnitTestsDemo);
};