From 38b3dcac9e4dcb225ceaa7a4798a644537c50ece Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 19 May 2012 04:20:56 +0000 Subject: NxWM unit test now appears bug free (other than some NxConsole-related issues). git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4750 42af7a65-404d-4744-a932-0658087f49c3 --- NxWidgets/nxwm/include/cstartwindow.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'NxWidgets/nxwm/include/cstartwindow.hxx') diff --git a/NxWidgets/nxwm/include/cstartwindow.hxx b/NxWidgets/nxwm/include/cstartwindow.hxx index 3a5325cb7..c7a812abf 100644 --- a/NxWidgets/nxwm/include/cstartwindow.hxx +++ b/NxWidgets/nxwm/include/cstartwindow.hxx @@ -48,7 +48,6 @@ #include "iapplication.hxx" #include "capplicationwindow.hxx" -#include "cwindowmessenger.hxx" /**************************************************************************** * Pre-Processor Definitions @@ -116,7 +115,6 @@ namespace NxWM * CStartWindow state data */ - CWindowMessenger m_messenger; /**< Window event handler/messenger */ CTaskbar *m_taskbar; /**< Reference to the "parent" taskbar */ CApplicationWindow *m_window; /**< Reference to the application window */ TNxArray m_slots; /**< List of apps in the start window */ -- cgit v1.2.3