From d4a61bbd36a396156436688e9eb5ff066d8b0d5d Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Mon, 8 Apr 2013 13:59:04 +0200 Subject: [PATCH] Removed unused type. --- src/cocoa_platform.h | 5 ----- src/win32_platform.h | 5 ----- src/x11_platform.h | 5 ----- 3 files changed, 15 deletions(-) diff --git a/src/cocoa_platform.h b/src/cocoa_platform.h index 841eec2a..9eec3c28 100644 --- a/src/cocoa_platform.h +++ b/src/cocoa_platform.h @@ -60,11 +60,6 @@ typedef void* id; // GLFW platform specific types //======================================================================== -//------------------------------------------------------------------------ -// Pointer length integer -//------------------------------------------------------------------------ -typedef intptr_t GLFWintptr; - //------------------------------------------------------------------------ // Platform-specific window structure diff --git a/src/win32_platform.h b/src/win32_platform.h index 90242764..857289e6 100644 --- a/src/win32_platform.h +++ b/src/win32_platform.h @@ -140,11 +140,6 @@ typedef HRESULT (WINAPI * DWMISCOMPOSITIONENABLED_T)(BOOL*); // GLFW platform specific types //======================================================================== -//------------------------------------------------------------------------ -// Pointer length integer -//------------------------------------------------------------------------ -typedef INT_PTR GLFWintptr; - //------------------------------------------------------------------------ // Platform-specific window structure diff --git a/src/x11_platform.h b/src/x11_platform.h index 81bdcc8f..2aa8e0ba 100644 --- a/src/x11_platform.h +++ b/src/x11_platform.h @@ -77,11 +77,6 @@ // GLFW platform specific types //======================================================================== -//------------------------------------------------------------------------ -// Pointer length integer -//------------------------------------------------------------------------ -typedef intptr_t GLFWintptr; - //------------------------------------------------------------------------ // Platform-specific window structure