]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/statusbr.h
GetRegion is not needed anymore
[wxWidgets.git] / include / wx / generic / statusbr.h
index 473fa6823c65780e96baa770ac92e6add09ca82a..13d309423c0a4c37c358febdc62a0aca48a22e94 100644 (file)
@@ -50,7 +50,6 @@ public:
 
     // Set status line text
     virtual void SetStatusText(const wxString& text, int number = 0);
-    virtual wxString GetStatusText(int number = 0) const;
 
     // Set status line widths
     virtual void SetStatusWidths(int n, const int widths_field[]);
@@ -97,9 +96,6 @@ protected:
     // common part of all ctors
     void Init();
 
-    // the array of the currently displayed strings
-    wxArrayString     m_statusStrings;
-
     // the last known height of the client rect
     int               m_lastClientHeight;