- virtual bool CreateStatusBar( const int WXUNUSED(number) = 1 ) { return FALSE; };
- virtual void SetStatusText( const wxString &WXUNUSED(text), const int WXUNUSED(number) ) {};
- virtual void SetStatusWidths( const int WXUNUSED(n), const int *WXUNUSED(width) ) {};
-
+ virtual bool CreateStatusBar( int WXUNUSED(number) = 1 ) { return FALSE; };
+ virtual void SetStatusText( const wxString &WXUNUSED(text), int WXUNUSED(number) ) {};
+ virtual void SetStatusWidths( int WXUNUSED(n), int *WXUNUSED(width) ) {};
+