1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-11-23 10:48:51 -05:00

Removed unused struct member.

This commit is contained in:
Camilla Berglund 2012-09-30 14:54:58 +02:00
parent 508c7fe0e6
commit bf8639e49f

View File

@ -118,7 +118,6 @@ struct _GLFWhints
//------------------------------------------------------------------------ //------------------------------------------------------------------------
struct _GLFWwndconfig struct _GLFWwndconfig
{ {
int mode;
const char* title; const char* title;
int refreshRate; int refreshRate;
GLboolean resizable; GLboolean resizable;