Browse Source

Removed unused type.

Camilla Berglund 12 years ago
parent
commit
d4a61bbd36
3 changed files with 0 additions and 15 deletions
  1. 0 5
      src/cocoa_platform.h
  2. 0 5
      src/win32_platform.h
  3. 0 5
      src/x11_platform.h

+ 0 - 5
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

+ 0 - 5
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

+ 0 - 5
src/x11_platform.h

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