X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a467ac36a568c8ed1c43604fd7f1f2b2d3b6efc2..dad5f99acb6b3400ff73562c03db2f3f21b658cd:/include/wx/mgl/window.h diff --git a/include/wx/mgl/window.h b/include/wx/mgl/window.h index d507ca3689..4cd53c3d27 100644 --- a/include/wx/mgl/window.h +++ b/include/wx/mgl/window.h @@ -103,14 +103,10 @@ public: virtual WXWidget GetHandle() const { return m_wnd; } - virtual void SetTitle(const wxString& title) { m_title = title; } - virtual wxString GetTitle() const { return m_title; } - // implementation from now on // -------------------------- protected: - wxString m_title; // the window handle struct window_t *m_wnd; // whether there should be wxEraseEvent before wxPaintEvent or not