mirror of
https://github.com/glfw/glfw.git
synced 2024-11-23 10:35:10 +00:00
Removed unused type.
This commit is contained in:
parent
cd2b6eb83c
commit
d4a61bbd36
@ -60,11 +60,6 @@ typedef void* id;
|
|||||||
// GLFW platform specific types
|
// GLFW platform specific types
|
||||||
//========================================================================
|
//========================================================================
|
||||||
|
|
||||||
//------------------------------------------------------------------------
|
|
||||||
// Pointer length integer
|
|
||||||
//------------------------------------------------------------------------
|
|
||||||
typedef intptr_t GLFWintptr;
|
|
||||||
|
|
||||||
|
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
// Platform-specific window structure
|
// Platform-specific window structure
|
||||||
|
@ -140,11 +140,6 @@ typedef HRESULT (WINAPI * DWMISCOMPOSITIONENABLED_T)(BOOL*);
|
|||||||
// GLFW platform specific types
|
// GLFW platform specific types
|
||||||
//========================================================================
|
//========================================================================
|
||||||
|
|
||||||
//------------------------------------------------------------------------
|
|
||||||
// Pointer length integer
|
|
||||||
//------------------------------------------------------------------------
|
|
||||||
typedef INT_PTR GLFWintptr;
|
|
||||||
|
|
||||||
|
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
// Platform-specific window structure
|
// Platform-specific window structure
|
||||||
|
@ -77,11 +77,6 @@
|
|||||||
// GLFW platform specific types
|
// GLFW platform specific types
|
||||||
//========================================================================
|
//========================================================================
|
||||||
|
|
||||||
//------------------------------------------------------------------------
|
|
||||||
// Pointer length integer
|
|
||||||
//------------------------------------------------------------------------
|
|
||||||
typedef intptr_t GLFWintptr;
|
|
||||||
|
|
||||||
|
|
||||||
//------------------------------------------------------------------------
|
//------------------------------------------------------------------------
|
||||||
// Platform-specific window structure
|
// Platform-specific window structure
|
||||||
|
Loading…
Reference in New Issue
Block a user