X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/065e208ec09e3d08d51d9604497f92f53c210f93..88db1d64cb9e20de436a3503952dc9303060c33a:/src/cocoa/menuitem.mm 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 // ============================================================================