wxUNUSED
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16734 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -546,15 +546,15 @@ bool wxToolBar::DoInsertTool(size_t WXUNUSED(pos),
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
void wxToolBar::DoSetToggle(wxToolBarToolBase *t, bool toggle)
|
||||
void wxToolBar::DoSetToggle(wxToolBarToolBase *WXUNUSED(tool), bool WXUNUSED(toggle))
|
||||
{
|
||||
wxToolBarTool *tool = (wxToolBarTool *)t;
|
||||
// TODO: set toggle state
|
||||
wxFAIL_MSG( _T("not implemented") );
|
||||
}
|
||||
|
||||
bool wxToolBar::DoDeleteTool(size_t pos, wxToolBarToolBase *tool)
|
||||
bool wxToolBar::DoDeleteTool(size_t WXUNUSED(pos), wxToolBarToolBase *WXUNUSED(tool))
|
||||
{
|
||||
return TRUE ;
|
||||
wxFAIL_MSG( _T("not implemented") );
|
||||
return TRUE ;
|
||||
}
|
||||
|
||||
void wxToolBar::OnPaint(wxPaintEvent& event)
|
||||
|
@@ -546,15 +546,15 @@ bool wxToolBar::DoInsertTool(size_t WXUNUSED(pos),
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
void wxToolBar::DoSetToggle(wxToolBarToolBase *t, bool toggle)
|
||||
void wxToolBar::DoSetToggle(wxToolBarToolBase *WXUNUSED(tool), bool WXUNUSED(toggle))
|
||||
{
|
||||
wxToolBarTool *tool = (wxToolBarTool *)t;
|
||||
// TODO: set toggle state
|
||||
wxFAIL_MSG( _T("not implemented") );
|
||||
}
|
||||
|
||||
bool wxToolBar::DoDeleteTool(size_t pos, wxToolBarToolBase *tool)
|
||||
bool wxToolBar::DoDeleteTool(size_t WXUNUSED(pos), wxToolBarToolBase *WXUNUSED(tool))
|
||||
{
|
||||
return TRUE ;
|
||||
wxFAIL_MSG( _T("not implemented") );
|
||||
return TRUE ;
|
||||
}
|
||||
|
||||
void wxToolBar::OnPaint(wxPaintEvent& event)
|
||||
|
Reference in New Issue
Block a user