]> git.saurik.com Git - wxWidgets.git/commitdiff
We don't need to pose for NSMenuItem, target/action is used instead.
authorDavid Elliott <dfe@tgwbd.org>
Thu, 24 Jun 2004 16:36:27 +0000 (16:36 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Thu, 24 Jun 2004 16:36:27 +0000 (16:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28006 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/cocoa/menuitem.mm

index ac1893384a86da08f46e09c30986c7ed0ede2123..595ce117302f215f7aa8f0ff5a601178f773be85 100644 (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
 ///////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
 
 @end //implementation wxNSMenuItemTarget
 
-// ============================================================================
-// @class wxPoserNSMenuItem
-// ============================================================================
-@interface wxPoserNSMenuItem : NSMenuItem
-{
-}
-
-@end // wxPoserNSMenuItem
-
-WX_IMPLEMENT_POSER(wxPoserNSMenuItem);
-@implementation wxPoserNSMenuItem : NSMenuItem
-
-@end // wxPoseRNSMenuItem
-
 // ============================================================================
 // wxMenuItemCocoa implementation
 // ============================================================================