mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 16:52:57 +00:00
Simplified function comment headers.
This commit is contained in:
+2
-7
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user