X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6c887ddefbca8c14451f22f4ab8b927e2e6b62e3..c9ccc09c64f4c29d4667796bef7b507d9e8d25ed:/include/wx/xtiprop.h diff --git a/include/wx/xtiprop.h b/include/wx/xtiprop.h index 6ccc21e737..23d901755f 100644 --- a/include/wx/xtiprop.h +++ b/include/wx/xtiprop.h @@ -328,30 +328,6 @@ public: Insert(iter); } -#if wxUSE_UNICODE - wxPropertyInfo(wxPropertyInfo* &iter, - wxClassInfo* itsClass, - const wxString& name, - const char* typeName, - wxPropertyAccessor *accessor, - wxAny dv, - wxPropertyInfoFlags flags = 0, - const wxString& helpString = wxEmptyString, - const wxString& groupString = wxEmptyString) : - m_itsClass(itsClass), - m_name(name), - m_typeInfo(NULL), - m_typeName(wxString::FromAscii(typeName)), - m_collectionElementTypeInfo(NULL), - m_accessor(accessor), - m_defaultValue(dv), - m_flags(flags), - m_helpString(helpString), - m_groupString(groupString) - { - Insert(iter); - } -#endif wxPropertyInfo(wxPropertyInfo* &iter, wxClassInfo* itsClass, const wxString& name, @@ -396,29 +372,6 @@ public: Insert(iter); } -#if wxUSE_UNICODE - wxPropertyInfo(wxPropertyInfo* &iter, - wxClassInfo* itsClass, const wxString& name, - const char* collectionTypeName, - const char* elementTypeName, - wxPropertyAccessor *accessor, - wxPropertyInfoFlags flags = 0, - const wxString& helpString = wxEmptyString, - const wxString& groupString = wxEmptyString) : - m_itsClass(itsClass), - m_name(name), - m_typeInfo(NULL), - m_typeName(wxString::FromAscii(collectionTypeName)), - m_collectionElementTypeInfo(NULL), - m_collectionElementTypeName(wxString::FromAscii(elementTypeName)), - m_accessor(accessor), - m_flags(flags), - m_helpString(helpString), - m_groupString(groupString) - { - Insert(iter); - } -#endif ~wxPropertyInfo() { Remove(); }