X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/29b7b6caad34b77411878205baaa2ea15e2afa02..f06db45d642a167f0518c9e5890f4ee034620fc2:/include/wx/image.h diff --git a/include/wx/image.h b/include/wx/image.h index 21e322bf2c..b1d7eea62a 100644 --- a/include/wx/image.h +++ b/include/wx/image.h @@ -392,11 +392,6 @@ public: // -1.0..1.0 where -1.0 is -360 degrees and 1.0 is 360 degrees void RotateHue(double angle); - bool operator == (const wxImage& image) const - { return m_refData == image.m_refData; } - bool operator != (const wxImage& image) const - { return m_refData != image.m_refData; } - static wxList& GetHandlers() { return sm_handlers; } static void AddHandler( wxImageHandler *handler ); static void InsertHandler( wxImageHandler *handler );