diff --git a/interface/wx/richtext/richtextbuffer.h b/interface/wx/richtext/richtextbuffer.h index 12f556efaf..085d031e19 100644 --- a/interface/wx/richtext/richtextbuffer.h +++ b/interface/wx/richtext/richtextbuffer.h @@ -4888,16 +4888,6 @@ public: */ virtual bool LoadAndScaleImageCache(wxImage& image, const wxSize& sz, bool delayLoading, bool& changed); - /** - Gets the original image size. - */ - wxSize GetOriginalImageSize() const { return m_originalImageSize; } - - /** - Sets the original image size. - */ - void SetOriginalImageSize(const wxSize& sz) { m_originalImageSize = sz; } - /** Gets the image state. */