]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/menuitem.mm
Wrappers for *ToText
[wxWidgets.git] / 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
 // ============================================================================