Added many WXUNUSED, untabified once again.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6622 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis
2000-03-11 13:59:41 +00:00
parent 4a64bee465
commit aa5e1f75d9
2 changed files with 157 additions and 153 deletions

View File

@@ -1367,8 +1367,8 @@ public:
int GetScrollPosX() { return 0; }
int GetScrollPosY() { return 0; }
void SetScrollX( int x ) { }
void SetScrollY( int y ) { }
void SetScrollX( int WXUNUSED(x) ) { }
void SetScrollY( int WXUNUSED(y) ) { }
void SetColumnWidth( int col, int width )
{ SetColSize( col, width ); }
@@ -1470,7 +1470,7 @@ public:
void SetEditable( bool edit = TRUE ) { EnableEditing( edit ); }
bool GetEditInPlace() { return IsCellEditControlEnabled(); }
void SetEditInPlace(bool edit = TRUE) { }
void SetEditInPlace(bool WXUNUSED(edit) = TRUE) { }
void SetCellAlignment( int align, int row, int col)
{ SetCellAlignment(row, col, align, wxCENTER); }