Simplified function comment headers.

This commit is contained in:
Camilla Berglund
2013-02-04 13:22:10 +01:00
parent 8ad7c456fd
commit d97dddc8c4
27 changed files with 128 additions and 406 deletions
+2 -6
View File
@@ -32,10 +32,8 @@
#include <mach/mach_time.h>
//========================================================================
// Return raw time
//========================================================================
//
static uint64_t getRawTime(void)
{
return mach_absolute_time();
@@ -46,10 +44,8 @@ static uint64_t getRawTime(void)
////// GLFW internal API //////
//////////////////////////////////////////////////////////////////////////
//========================================================================
// Initialise timer
//========================================================================
//
void _glfwInitTimer(void)
{
mach_timebase_info_data_t info;