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

Removed the PlatformUtilities class and moved its functions to more sensible classes - see forum post for more details.

This commit is contained in:
Julian Storer 2011-06-29 14:39:37 +01:00
parent 7c1bfffe0b
commit 94a0bf1af1
77 changed files with 1620 additions and 1369 deletions

View file

@ -126,8 +126,6 @@ SystemStats::CPUFlags::CPUFlags()
numCpus = jmax (1, sysconf (_SC_NPROCESSORS_ONLN));
}
void PlatformUtilities::fpuReset() {}
//==============================================================================
uint32 juce_millisecondsSinceStartup() noexcept
{