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