Removed dummy wxFont == operator implementation (IIRC was needed to compile with some old version of wx)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
e3cb990e68
commit
cfcc02a8a4
@ -23,8 +23,6 @@
|
|||||||
// Additional Value Type Handlers
|
// Additional Value Type Handlers
|
||||||
//
|
//
|
||||||
#ifndef SWIG
|
#ifndef SWIG
|
||||||
bool WXDLLIMPEXP_PROPGRID operator==(const wxFont&, const wxFont&);
|
|
||||||
|
|
||||||
bool WXDLLIMPEXP_PROPGRID
|
bool WXDLLIMPEXP_PROPGRID
|
||||||
operator==(const wxArrayInt& array1, const wxArrayInt& array2);
|
operator==(const wxArrayInt& array1, const wxArrayInt& array2);
|
||||||
#endif
|
#endif
|
||||||
|
@ -80,11 +80,6 @@
|
|||||||
// -----------------------------------------------------------------------
|
// -----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
bool operator == (const wxFont&, const wxFont&)
|
|
||||||
{
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Implement dynamic class for type value.
|
// Implement dynamic class for type value.
|
||||||
IMPLEMENT_DYNAMIC_CLASS(wxColourPropertyValue, wxObject)
|
IMPLEMENT_DYNAMIC_CLASS(wxColourPropertyValue, wxObject)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user