]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/menuitem.mm
Hardware defines spec.
[wxWidgets.git] / src / cocoa / menuitem.mm
index d64f475a58ff8bd9329e37e0ac4ec63933290d46..595ce117302f215f7aa8f0ff5a601178f773be85 100644 (file)
@@ -4,8 +4,8 @@
 // Author:      David Elliott
 // Modified by:
 // Created:     2002/12/15
-// RCS-ID:      $Id
-// Copyright:   2002 David Elliott
+// RCS-ID:      $Id$
+// Copyright:   2002-2004 David Elliott
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
@@ -73,7 +73,7 @@
 
 - (BOOL)validateMenuItem: (id)menuItem
 {
-    // TODO: Do wxWindows validation here and avoid sending during idle time
+    // TODO: Do wxWidgets validation here and avoid sending during idle time
     wxLogTrace(wxTRACE_COCOA,wxT("wxMenuItemAction"));
     wxMenuItem *item = wxMenuItem::GetFromCocoa(menuItem);
     wxCHECK_MSG(item,NO,wxT("validateMenuItem received but no wxMenuItem exists!"));
 
 @end //implementation wxNSMenuItemTarget
 
-// ============================================================================
-// @class wxPoserNSMenuItem
-// ============================================================================
-@interface wxPoserNSMenuItem : NSMenuItem
-{
-}
-
-@end // wxPoserNSMenuItem
-
-WX_IMPLEMENT_POSER(wxPoserNSMenuItem);
-@implementation wxPoserNSMenuItem : NSMenuItem
-
-@end // wxPoseRNSMenuItem
-
 // ============================================================================
 // wxMenuItemCocoa implementation
 // ============================================================================