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 -7
View File
@@ -34,10 +34,8 @@
#include <time.h>
//========================================================================
// Return raw time
//========================================================================
//
static uint64_t getRawTime(void)
{
#if defined(CLOCK_MONOTONIC)
@@ -58,11 +56,8 @@ static uint64_t getRawTime(void)
}
}
//========================================================================
// Initialise timer
//========================================================================
//
void _glfwInitTimer(void)
{
#if defined(CLOCK_MONOTONIC)