- Remove LastChild.

svn path=/trunk/; revision=44597
This commit is contained in:
James Tabor 2009-12-15 01:11:46 +00:00
parent 2468cb96ed
commit 64d1ab613b

View file

@ -42,7 +42,6 @@ typedef struct _WINDOW_OBJECT
/* Pointer to the owning thread's message queue. */
PUSER_MESSAGE_QUEUE MessageQueue;
struct _WINDOW_OBJECT* spwndChild;
struct _WINDOW_OBJECT* LastChild;
struct _WINDOW_OBJECT* spwndNext;
struct _WINDOW_OBJECT* spwndPrev;
/* Entry in the list of thread windows. */