From cfcc02a8a4f019e3846b73660209080602e44967 Mon Sep 17 00:00:00 2001 From: Jaakko Salli Date: Mon, 27 Oct 2008 16:26:46 +0000 Subject: [PATCH] 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 --- include/wx/propgrid/advprops.h | 2 -- src/propgrid/advprops.cpp | 5 ----- 2 files changed, 7 deletions(-) diff --git a/include/wx/propgrid/advprops.h b/include/wx/propgrid/advprops.h index 22624ed2b8..22ae110b34 100644 --- a/include/wx/propgrid/advprops.h +++ b/include/wx/propgrid/advprops.h @@ -23,8 +23,6 @@ // Additional Value Type Handlers // #ifndef SWIG -bool WXDLLIMPEXP_PROPGRID operator==(const wxFont&, const wxFont&); - bool WXDLLIMPEXP_PROPGRID operator==(const wxArrayInt& array1, const wxArrayInt& array2); #endif diff --git a/src/propgrid/advprops.cpp b/src/propgrid/advprops.cpp index 0b578f6874..158a45d680 100644 --- a/src/propgrid/advprops.cpp +++ b/src/propgrid/advprops.cpp @@ -80,11 +80,6 @@ // ----------------------------------------------------------------------- -bool operator == (const wxFont&, const wxFont&) -{ - return false; -} - // Implement dynamic class for type value. IMPLEMENT_DYNAMIC_CLASS(wxColourPropertyValue, wxObject) -- 2.45.2