Kaynağa Gözat

Removed unused type.

Camilla Berglund 12 yıl önce
ebeveyn
işleme
d4a61bbd36
3 değiştirilmiş dosya ile 0 ekleme ve 15 silme
  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
 // GLFW platform specific types
 //========================================================================
 //========================================================================
 
 
-//------------------------------------------------------------------------
-// Pointer length integer
-//------------------------------------------------------------------------
-typedef intptr_t GLFWintptr;
-
 
 
 //------------------------------------------------------------------------
 //------------------------------------------------------------------------
 // Platform-specific window structure
 // Platform-specific window structure

+ 0 - 5
src/win32_platform.h

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

+ 0 - 5
src/x11_platform.h

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