1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-26 02:14:22 +00:00

Couple of optimisations to text rendering. Removed various printfs from the codebase.

This commit is contained in:
Julian Storer 2010-03-11 10:16:02 +00:00
parent 858a758aee
commit d84e47353c
22 changed files with 142 additions and 217 deletions

View file

@ -29,7 +29,7 @@
//==============================================================================
int SystemStats::getMACAddresses (int64* addresses, int maxNum, const bool littleEndian) throw()
int SystemStats::getMACAddresses (int64* addresses, int maxNum, const bool littleEndian)
{
int numResults = 0;