X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1ee4156aae0b7d34dfefaab077062ff8a1078751..0c44ec973759a24442c3e97f3db7ad4fa5005928:/src/cocoa/menuitem.mm diff --git a/src/cocoa/menuitem.mm b/src/cocoa/menuitem.mm index d64f475a58..595ce11730 100644 --- a/src/cocoa/menuitem.mm +++ b/src/cocoa/menuitem.mm @@ -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!")); @@ -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 // ============================================================================