]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/window.h
made some wxHtmlEntitiesParser's methods public -- turned out they are useful
[wxWidgets.git] / include / wx / mgl / window.h
index d507ca36894fadabd825ee54945474a022f134c3..4cd53c3d278c75ec0e34703265f4071c63772384 100644 (file)
@@ -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