Removed some irritating flags.

Implmented the remaining ones under GTK.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41544 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2006-10-01 21:09:56 +00:00
parent c4ad618c2f
commit 008b5a66f7
6 changed files with 24 additions and 53 deletions

View File

@@ -696,9 +696,8 @@ IMPLEMENT_ABSTRACT_CLASS(wxDataViewColumnBase, wxObject)
wxDataViewColumnBase::wxDataViewColumnBase(const wxString& title,
wxDataViewCell *cell,
size_t model_column,
int WXUNUSED(fixed_width),
wxDataViewColumnSizing WXUNUSED(sizing),
int flags )
int WXUNUSED(width),
int flags )
{
m_cell = cell;
m_model_column = model_column;