Removed superfluous X11 window struct member.

This commit is contained in:
Camilla Berglund
2015-06-15 14:38:13 +02:00
parent 81249724e3
commit a1399426c3
2 changed files with 4 additions and 8 deletions
-2
View File
@@ -87,8 +87,6 @@ typedef struct _GLFWwindowX11
Window handle;
XIC ic;
GLboolean overrideRedirect;
// Cached position and size used to filter out duplicate events
int width, height;
int xpos, ypos;