Removed unused type.

This commit is contained in:
Camilla Berglund 2013-04-08 13:59:04 +02:00
parent cd2b6eb83c
commit d4a61bbd36
3 changed files with 0 additions and 15 deletions

View File

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

View File

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

View File

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