X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..bf2c43c76e2819be443ab1d830ab68d9569d66b1:/src/cocoa/listbox.mm?ds=sidebyside diff --git a/src/cocoa/listbox.mm b/src/cocoa/listbox.mm index 1b95e7912f..f75f35c0ab 100644 --- a/src/cocoa/listbox.mm +++ b/src/cocoa/listbox.mm @@ -4,7 +4,6 @@ // Author: David Elliott // Modified by: // Created: 2003/03/18 -// Id: $Id$ // Copyright: (c) 2003 David Elliott // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -68,7 +67,6 @@ static void _SetWidthOfTableColumnToFitItems(NSTableColumn *tableColumn, NSArray // class wxListBox // ============================================================================ -IMPLEMENT_DYNAMIC_CLASS(wxListBox, wxControlWithItems) BEGIN_EVENT_TABLE(wxListBox, wxListBoxBase) END_EVENT_TABLE() WX_IMPLEMENT_COCOA_OWNER(wxListBox,NSTableView,NSControl,NSView)