X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aa61d3525370a9b9fa8c797d9b7f89d96994db5f..0643d43cad854f8d1b5588bb293c992d573b2a25:/include/wx/gtk/checklst.h diff --git a/include/wx/gtk/checklst.h b/include/wx/gtk/checklst.h index 057a0388f3..cc8accdc95 100644 --- a/include/wx/gtk/checklst.h +++ b/include/wx/gtk/checklst.h @@ -24,10 +24,6 @@ #define wxCHECKLBOX_STRING _T("[ ] ") #endif -//Use the native GTK2.0+ checklist?? You should say YYEEESS unless -//there are like some major bugs or something :) -#define wxUSE_NATIVEGTKCHECKLIST 1 - //----------------------------------------------------------------------------- // wxCheckListBox // ---------------------------------------------------------------------------- @@ -57,9 +53,7 @@ public: int GetItemHeight() const; -#if wxUSE_NATIVEGTKCHECKLIST void DoCreateCheckList(); -#endif private: DECLARE_DYNAMIC_CLASS(wxCheckListBox)