// Created: 14.08.00
// RCS-ID: $Id$
// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com)
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// ============================================================================
// the actions
// ----------------------------------------------------------------------------
-bool wxInputConsumer::PerformAction(const wxControlAction& action,
- long numArg,
- const wxString& strArg)
+bool wxInputConsumer::PerformAction(const wxControlAction& WXUNUSED(action),
+ long WXUNUSED(numArg),
+ const wxString& WXUNUSED(strArg))
{
return FALSE;
}