Removed unused type.

master
Camilla Berglund ago%!(EXTRA string=12 years)
parent cd2b6eb83c
commit d4a61bbd36
  1. 5
      src/cocoa_platform.h
  2. 5
      src/win32_platform.h
  3. 5
      src/x11_platform.h

@ -60,11 +60,6 @@ typedef void* id;
// GLFW platform specific types
//========================================================================
//------------------------------------------------------------------------
// Pointer length integer
//------------------------------------------------------------------------
typedef intptr_t GLFWintptr;
//------------------------------------------------------------------------
// Platform-specific window structure

@ -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

@ -77,11 +77,6 @@
// GLFW platform specific types
//========================================================================
//------------------------------------------------------------------------
// Pointer length integer
//------------------------------------------------------------------------
typedef intptr_t GLFWintptr;
//------------------------------------------------------------------------
// Platform-specific window structure

Loading…
Cancel
Save