]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed dummy wxFont == operator implementation (IIRC was needed to compile with...
authorJaakko Salli <jaakko.salli@dnainternet.net>
Mon, 27 Oct 2008 16:26:46 +0000 (16:26 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Mon, 27 Oct 2008 16:26:46 +0000 (16:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/propgrid/advprops.h
src/propgrid/advprops.cpp

index 22624ed2b872ee9fd9faf3768707d9182d5bf002..22ae110b34074c65785be6dc564d3cbcddc9bf59 100644 (file)
@@ -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
index 0b578f687437042ecf8d491db0cba9888277a423..158a45d680d203bdd3b04d2fe725aa1907768e95 100644 (file)
 // -----------------------------------------------------------------------
 
 
-bool operator == (const wxFont&, const wxFont&)
-{
-    return false;
-}
-
 // Implement dynamic class for type value.
 IMPLEMENT_DYNAMIC_CLASS(wxColourPropertyValue, wxObject)