getting rid of warnings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16736 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2002-08-24 16:36:12 +00:00
parent 7af79c94e6
commit 7934cbd11d
2 changed files with 0 additions and 4 deletions

View File

@ -202,7 +202,6 @@ bool wxToolBar::Realize()
while (node)
{
wxToolBarTool *tool = (wxToolBarTool *)node->Data();
// wxBitmapRefData * bmap = (wxBitmapRefData*) ( tool->GetNormalBitmap().GetRefData()) ;
if( !tool->IsSeparator() )
{
@ -394,7 +393,6 @@ void wxToolBar::MacSuperChangedPosition()
while (node)
{
wxToolBarTool *tool = (wxToolBarTool *)node->Data();
// wxBitmapRefData * bmap = (wxBitmapRefData*) ( tool->GetNormalBitmap().GetRefData()) ;
if( !tool->IsSeparator() )
{

View File

@ -202,7 +202,6 @@ bool wxToolBar::Realize()
while (node)
{
wxToolBarTool *tool = (wxToolBarTool *)node->Data();
// wxBitmapRefData * bmap = (wxBitmapRefData*) ( tool->GetNormalBitmap().GetRefData()) ;
if( !tool->IsSeparator() )
{
@ -394,7 +393,6 @@ void wxToolBar::MacSuperChangedPosition()
while (node)
{
wxToolBarTool *tool = (wxToolBarTool *)node->Data();
// wxBitmapRefData * bmap = (wxBitmapRefData*) ( tool->GetNormalBitmap().GetRefData()) ;
if( !tool->IsSeparator() )
{