# HG changeset patch # User ib # Date 1358597424 0 # Node ID af387a83e55720b5022bb41736805d61a6031434 # Parent 0334def9abaa53f23cb165997de56b48c2186a72 Remove unused wsWindow structure members. diff -r 0334def9abaa -r af387a83e557 gui/wm/ws.h --- a/gui/wm/ws.h Sat Jan 19 06:07:12 2013 +0000 +++ b/gui/wm/ws.h Sat Jan 19 12:10:24 2013 +0000 @@ -103,7 +103,6 @@ Window Parent; int X, Y, Width, Height; int OldX, OldY, OldWidth, OldHeight; - int MaxX, MaxY; int isFullScreen; int Property; unsigned char *bImage; @@ -135,7 +134,6 @@ Atom AtomProtocols; Atom AtomsProtocols[3]; Atom AtomLeaderClient; - Atom AtomRemote; Atom AtomWMSizeHint; Atom AtomWMNormalHint; @@ -151,9 +149,6 @@ XSetWindowAttributes WindowAttrib; XWMHints WMHints; - XFontStruct *Font; - int FontHeight; - Cursor wsCursor; char wsCursorData[1]; Pixmap wsCursorPixmap;