From 3ad32dc5ef064a125652f2629e589c25b59d9e8f Mon Sep 17 00:00:00 2001 From: David Elliott Date: Thu, 24 Jun 2004 16:36:27 +0000 Subject: [PATCH] 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 --- src/cocoa/menuitem.mm | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/src/cocoa/menuitem.mm b/src/cocoa/menuitem.mm index ac1893384a..595ce11730 100644 --- a/src/cocoa/menuitem.mm +++ b/src/cocoa/menuitem.mm @@ -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 // ============================================================================ -- 2.45.2