Remove monitor from _GLFWwndconfig

This commit is contained in:
Camilla Berglund
2016-03-14 15:17:28 +01:00
parent 3a6fe042ea
commit ea888114fa
7 changed files with 19 additions and 23 deletions
-1
View File
@@ -247,7 +247,6 @@ struct _GLFWwndconfig
GLFWbool autoIconify;
GLFWbool floating;
GLFWbool maximized;
_GLFWmonitor* monitor;
};