]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/listctrl.cpp
On OSX don't propogate the alignment setting from column to renderer if it is a custo...
[wxWidgets.git] / src / generic / listctrl.cpp
index 5a3ef5ac9064b6e9085e8ad26429a09dc9f8d89f..02b14b51f71a42684e46550bb053eef1481e9a2b 100644 (file)
 
 #include "wx/listctrl.h"
 
-#if ((!defined(__WXMSW__) && !(defined(__WXMAC__) && wxOSX_USE_CARBON)) || defined(__WXUNIVERSAL__))
-    // if we have a native version, its implementation file does all this
-    IMPLEMENT_DYNAMIC_CLASS(wxListItem, wxObject)
-    IMPLEMENT_DYNAMIC_CLASS(wxListView, wxListCtrl)
-    IMPLEMENT_DYNAMIC_CLASS(wxListEvent, wxNotifyEvent)
-
-    IMPLEMENT_DYNAMIC_CLASS(wxListCtrl, wxGenericListCtrl)
-#endif
-
 #ifndef WX_PRECOMP
     #include "wx/scrolwin.h"
     #include "wx/timer.h"