From 2bfda8161a877d7e618a37353f806981c0ab4a4b Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 10 May 2012 01:35:23 +0000 Subject: More NxWM touchscreen fixes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4719 42af7a65-404d-4744-a932-0658087f49c3 --- NxWidgets/nxwm/include/ccalibration.hxx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'NxWidgets/nxwm/include/ccalibration.hxx') diff --git a/NxWidgets/nxwm/include/ccalibration.hxx b/NxWidgets/nxwm/include/ccalibration.hxx index 9ca5b7589..0adcd894f 100644 --- a/NxWidgets/nxwm/include/ccalibration.hxx +++ b/NxWidgets/nxwm/include/ccalibration.hxx @@ -89,7 +89,7 @@ namespace NxWM * callibration data. */ - class CCalibration : public IApplication, private NXWidgets::CWidgetEventHandler + class CCalibration : public IApplication { private: /** @@ -146,14 +146,6 @@ namespace NxWM void stateMachine(void); - /** - * Handle a mouse button click event. - * - * @param e The event data. - */ - - void handleClickEvent(const NXWidgets::CWidgetEventArgs &e); - /** * Presents the next calibration screen */ -- cgit v1.2.3