From bf8639e49f9987eba7b8b72c51baa60faf083c70 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Sun, 30 Sep 2012 14:54:58 +0200 Subject: [PATCH] Removed unused struct member. --- src/internal.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/internal.h b/src/internal.h index 2b702263..f2038306 100755 --- a/src/internal.h +++ b/src/internal.h @@ -118,7 +118,6 @@ struct _GLFWhints //------------------------------------------------------------------------ struct _GLFWwndconfig { - int mode; const char* title; int refreshRate; GLboolean resizable;