We don't need to pose for NSMenuItem, target/action is used instead.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28006 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott 2004-06-24 16:36:27 +00:00
parent feb8276801
commit 3ad32dc5ef

View File

@ -4,9 +4,9 @@
// Author: David Elliott
// Modified by:
// Created: 2002/12/15
// RCS-ID: $Id:
// Copyright: 2002 David Elliott
// Licence: wxWidgets licence
// RCS-ID: $Id$
// Copyright: 2002-2004 David Elliott
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
// ============================================================================
@ -82,20 +82,6 @@
@end //implementation wxNSMenuItemTarget
// ============================================================================
// @class wxPoserNSMenuItem
// ============================================================================
@interface wxPoserNSMenuItem : NSMenuItem
{
}
@end // wxPoserNSMenuItem
WX_IMPLEMENT_POSER(wxPoserNSMenuItem);
@implementation wxPoserNSMenuItem : NSMenuItem
@end // wxPoseRNSMenuItem
// ============================================================================
// wxMenuItemCocoa implementation
// ============================================================================