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:
Jaakko Salli 2008-10-27 16:26:46 +00:00
parent e3cb990e68
commit cfcc02a8a4
2 changed files with 0 additions and 7 deletions

View File

@ -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

View File

@ -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)